From ed4574e10966a980c578930ba1ca9ce5549e1519 Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Wed, 20 Apr 2022 18:05:58 -0600 Subject: [PATCH] Add some pytest files to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b363a4..68d3cb8 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,8 @@ pip-log.txt .coverage .tox htmlcov/ -nosetests.xml +.pytest_cache +.pytestdebug.log # virtualenvs venv