gitignore build artifacts

This commit is contained in:
Jan Petykiewicz 2019-09-30 23:24:08 -07:00
parent eebaff499b
commit 4b301b2dd5

3
.gitignore vendored
View File

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