Add '.mypy_cache/' to .gitignore
This commit is contained in:
parent
8212fc51eb
commit
bc7a00bd4d
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,6 +3,9 @@ __pycache__/
|
|||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# linters
|
||||
.mypy_cache/
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
|
|
Loading…
Reference in a new issue