add .mypy_cache to .gitignore

master
Jan Petykiewicz 3 years ago
parent ecefdff781
commit 522b610209

4
.gitignore vendored

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

Loading…
Cancel
Save