summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLudovic Gasc (GMLudo) <git@gmludo.eu>2015-01-10 15:21:24 +0100
committerLudovic Gasc (GMLudo) <git@gmludo.eu>2015-01-10 15:21:24 +0100
commit7e35be0d4f76a55be6ded78eb664c95981604ef8 (patch)
treeec817ada0844fd0fd27a3b7a6a4407935f43b7de /.gitignore
parenta939a9a4915d64d5f616ef77c3a54bbf98126efb (diff)
Add .gitignore for IDEA and pyvenv
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