diff --git a/.gitignore b/.gitignore index bb18c58..502cdf4 100755 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,10 @@ target/ profile_default/ ipython_config.py +# IDEA +/*.iml +/.idea + # pyenv .python-version @@ -137,3 +141,6 @@ dmypy.json # Pyre type checker .pyre/ + +# MacOS +.DS_Store