add .mypy_cache to .gitignore

This commit is contained in:
Jan Petykiewicz 2020-11-03 01:17:54 -08:00
parent ecefdff781
commit 522b610209

4
.gitignore vendored
View File

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