Add .mypy_cache to .gitignore

This commit is contained in:
midgard 2019-10-01 17:59:59 +02:00 committed by Midgard
parent 13b846461c
commit 7c88e8270f
Signed by: midgard
GPG key ID: 511C112F1331BBB4

3
.gitignore vendored
View file

@ -2,6 +2,9 @@
__pycache__/
*.pyc
# Static type checker cache
.mypy_cache/
# C extensions
*.so