Update .gitignore
emacs' flycheck seems to create .mypy_cache in subdirs
This commit is contained in:
parent
45a2be3f9f
commit
3b2da9e873
|
|
@ -27,7 +27,7 @@ __pycache__
|
|||
/.pytest_cache
|
||||
/.testmondata
|
||||
/.hypothesis
|
||||
/.mypy_cache
|
||||
.mypy_cache
|
||||
/prof
|
||||
/venv
|
||||
TODO
|
||||
|
|
|
|||
Loading…
Reference in New Issue