gitignore: Add .mypy_cache.
This commit is contained in:
parent
ee038d7b7d
commit
d8afb209f7
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,4 +3,5 @@ build/
|
|||
*.egg
|
||||
*.egg-info/
|
||||
.eggs
|
||||
.mypy_cache/
|
||||
__pycache__/
|
||||
|
|
Loading…
Reference in a new issue