From 1b3065750d842cd160d316bd2218c7ca925adccc Mon Sep 17 00:00:00 2001 From: ziajka Date: Wed, 21 Feb 2018 10:27:01 +0100 Subject: [PATCH] .pytest_cache into .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e4ff9349..6025462b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.py[cod] __pycache__ +.pytest_cache #py.test .cache