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