gitignore: add mypy_cache directory

This commit is contained in:
pohmelie 2019-04-27 03:34:40 +03:00 committed by Ram Rachum
parent 2775d251b3
commit f1289f5d88
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,6 +3,7 @@ __pycache__/
.tox/
.pytest_cache/
.mypy_cache/
dist/
build/
@ -13,4 +14,4 @@ build/
*.wpu
.coverage
htmlcov
htmlcov