Add .gitignore

This commit is contained in:
2016-07-10 19:00:10 -05:00
parent a593bb762f
commit 95caf1020b

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
/build/
/dist/
*.egg-info/
__pycache__/
*.py[co]