add .mypy_cache to .gitignore

master
Jan Petykiewicz 3 years ago
parent ecefdff781
commit 522b610209

4
.gitignore vendored

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

Loading…
Cancel
Save