Merge pull request #20 from jpic/gitignore

Ignore Python compiled files
This commit is contained in:
Andrew Godwin 2016-06-16 11:36:13 +01:00 committed by GitHub
commit 734fd8dbd3

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.egg-info
*.pyc
__pycache__
dist/
build/