Add .gitignore

master
Dustin 2016-07-10 19:00:10 -05:00
parent a593bb762f
commit 95caf1020b
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

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