From 887a47c51599e176026212db365815e02914c2dd Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 11 Apr 2018 11:25:42 +0300 Subject: [PATCH] Ignore new '.pytest_cache' directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 12dc56a..8e4ffaf 100644 --- a/.gitignore +++ b/.gitignore @@ -47,8 +47,9 @@ htmlcov/ .cache nosetests.xml coverage.xml -*,cover +*.cover .hypothesis/ +.pytest_cache/ # Translations *.mo