From b24a5d246528f72ded0f3db933fc762c43740778 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Mon, 29 May 2023 12:05:57 +0100 Subject: [PATCH] [Tests] Ignore pytest temp dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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/