add mypy_cache to gitignore

This commit is contained in:
Jan Petykiewicz 2020-05-17 17:27:11 -07:00
parent 3b01117329
commit 3a2d889360

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.pyc
__pycache__
*.idea
.mypy_cache/
build
dist