diff --git a/.gitignore b/.gitignore index 0542933..f855e00 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__/ .tox/ .pytest_cache/ +.mypy_cache/ dist/ build/ @@ -13,4 +14,4 @@ build/ *.wpu .coverage -htmlcov \ No newline at end of file +htmlcov