1
0
Fork 0

Add .gitignore for IDEA and pyvenv

This commit is contained in:
Ludovic Gasc (GMLudo) 2015-01-10 15:21:24 +01:00
parent a939a9a491
commit 7e35be0d4f
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -8,6 +8,7 @@ __pycache__/
# Distribution / packaging
.Python
env/
pyvenv/
build/
develop-eggs/
dist/
@ -54,4 +55,5 @@ docs/_build/
target/
# PyCharm
.idea/
.idea/
*.iml