summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
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