Add pytests .cache to .gitignore
This commit is contained in:
parent
56471137c0
commit
489d609807
|
@ -1,6 +1,7 @@
|
|||
__pycache__/
|
||||
*.py[cod]
|
||||
venv/
|
||||
.cache/
|
||||
|
||||
build/
|
||||
dist/
|
||||
|
|
Loading…
Reference in New Issue