add *.pyc in .gitignore

This commit is contained in:
Lafrite 2014-09-03 19:30:58 +02:00
parent 7eb2151d87
commit f0721f08d3
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
creations/
__pycache__/
*.pyc