expand gitignores

This commit is contained in:
Jan Petykiewicz 2019-07-14 23:48:13 -07:00
parent 582dafbc2f
commit a37df3a74f

8
.gitignore vendored
View File

@ -1,5 +1,9 @@
.idea/ .idea/
__pycache__
*.h5 *.h5
*.pyc
__pycache__
*.py[cod]
build/
dist/
*.egg-info/