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 *.pyc
__pycache__ __pycache__
*.idea *.idea
build/ build/
dist/ dist/
*.egg-info/ *.egg-info/
.mypy_cache