From 7aba164a467e4dd997e04dea03795a9d3b6cc383 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Wed, 2 Oct 2019 17:32:57 +0100 Subject: [PATCH] Added .pytest_cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b17c3115..a0bddbd2 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ htmlcov/ .tox/ .coverage .cache +.pytest_cache nosetests.xml coverage.xml