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 # Distribution / packaging
.Python .Python
env/ env/
pyvenv/
build/ build/
develop-eggs/ develop-eggs/
dist/ dist/
@ -54,4 +55,5 @@ docs/_build/
target/ target/
# PyCharm # PyCharm
.idea/ .idea/
*.iml