diff --git a/.gitignore b/.gitignore index eea8dd0b..8bb5855c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ __pycache__/ # Distribution / packaging .Python env/ +pyvenv/ build/ develop-eggs/ dist/ @@ -54,4 +55,5 @@ docs/_build/ target/ # PyCharm -.idea/ \ No newline at end of file +.idea/ +*.iml \ No newline at end of file