From 63725d7534b593a779880d16e7d9fe7e33d089f5 Mon Sep 17 00:00:00 2001 From: mastercaster9000 Date: Tue, 7 Mar 2023 09:08:27 +0000 Subject: [PATCH] add .pytest.ini to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d2bff26e7b..86f102dd7f 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,7 @@ cov.xml *.py,cover .hypothesis/ .pytest_cache/ +.pytest.ini cover/ junit/