[Tests] Ignore pytest temp dir
This commit is contained in:
parent
701f68d70b
commit
b24a5d2465
|
@ -23,3 +23,4 @@ RELEASE-VERSION
|
||||||
.venv*
|
.venv*
|
||||||
# used by setuptools to cache downloaded eggs
|
# used by setuptools to cache downloaded eggs
|
||||||
/.eggs
|
/.eggs
|
||||||
|
_pytest_temp/
|
||||||
|
|
Loading…
Reference in New Issue