From 8716252d24533cacb50216afd2df7ef9aabf666e Mon Sep 17 00:00:00 2001 From: reverendus Date: Thu, 30 Aug 2018 17:30:43 +0200 Subject: [PATCH] `.pytest_cache` added to `.gitignore` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 02cb95e..1afd14d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ __pycache__ .cache .coverage +.pytest_cache .DS_Store