add more python-related stuff to gitignore

This commit is contained in:
jan 2020-07-03 13:40:42 -07:00
parent 171e698545
commit 342930aca5

4
.gitignore vendored
View File

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