Add '.mypy_cache/' to .gitignore

This commit is contained in:
jesopo 2018-10-31 16:37:57 +00:00
parent 8212fc51eb
commit bc7a00bd4d

3
.gitignore vendored
View file

@ -3,6 +3,9 @@ __pycache__/
*.py[cod]
*$py.class
# linters
.mypy_cache/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt