Update .gitignore

emacs' flycheck seems to create .mypy_cache in subdirs
This commit is contained in:
Florian Bruhin 2020-05-02 18:01:07 +02:00
parent 45a2be3f9f
commit 3b2da9e873
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -27,7 +27,7 @@ __pycache__
/.pytest_cache
/.testmondata
/.hypothesis
/.mypy_cache
.mypy_cache
/prof
/venv
TODO