Add .pytest_cache/ directory to .gitignore
This commit is contained in:
parent
f5a78d599d
commit
cce21a5bee
|
|
@ -59,3 +59,4 @@ __pycache__/
|
|||
# Test tool cache directories
|
||||
.tox/
|
||||
.cache/
|
||||
.pytest_cache/
|
||||
|
|
|
|||
Loading…
Reference in New Issue