diff options
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9ea43d0ba..5a5989bdf 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ RELEASE-VERSION .venv* # used by setuptools to cache downloaded eggs /.eggs +_pytest_temp/ |