add .gitignore

This commit is contained in:
Jan Petykiewicz 2020-11-01 23:56:30 -08:00
parent b12cf290f1
commit 4dd4e3c4ff

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
.mypy_cache
__pycache__/
*.pyc
.*.swp
.*.swo
build/
dist/
*.egg-info/