Improved .gitignore

This commit is contained in:
asergi 2012-04-04 12:44:12 +02:00
parent 20ebc26fcf
commit dafd5f3592

12
.gitignore vendored
View File

@ -1,6 +1,8 @@
*.pyc
# python packaging artifacts
*.egg-info
/build/
/dist/
*~
*.py[co]
# Packages
*.egg
*.egg-info
dist
build