diff --git a/Python.gitignore b/Python.gitignore index d82fa7a96c..25791d7e26 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -132,6 +132,10 @@ dmypy.json # Pyre type checker .pyre/ +# PyCharm IDE +.idea/ +*.iml + # pytype static type analyzer .pytype/