From 062f959000039eac42b9458d29ad264759a96ad7 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 27 Aug 2018 00:23:32 +0200 Subject: [PATCH] Ignore .pytest_cache directory --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f28f185..640382e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,9 @@ *.pyc *_flymake .coverage +.pytest_cache/ .ropeproject/ .tox/ -nose.cfg MANIFEST _build/ build/