Add .pytest_cache to .gitignore
This commit is contained in:
parent
e3bc2d46a4
commit
43b95d3d86
|
@ -2,6 +2,7 @@ __pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
venv/
|
venv/
|
||||||
.cache/
|
.cache/
|
||||||
|
.pytest_cache/
|
||||||
|
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
|
|
Loading…
Reference in New Issue