added distribution/packaging rules to gitignore

This commit is contained in:
Tristan Lee
2022-02-25 20:36:33 -06:00
parent 72ea0a63de
commit 1151c28943

5
.gitignore vendored
View File

@@ -2,4 +2,7 @@
**/data/
**/__pycache__/
*.pyc
*.pyc
build/
*.egg-info/