mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
gitignore: add mypy_cache directory
This commit is contained in:
parent
2775d251b3
commit
f1289f5d88
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,6 +3,7 @@ __pycache__/
|
|||
|
||||
.tox/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
|
||||
dist/
|
||||
build/
|
||||
|
|
@ -13,4 +14,4 @@ build/
|
|||
*.wpu
|
||||
|
||||
.coverage
|
||||
htmlcov
|
||||
htmlcov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue