From c0f46d0562d3ff2bda9ca691a56ff6fec97d883b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 29 Aug 2018 14:21:45 +0200 Subject: [PATCH] Ignore .pytest_cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 990d0a1..c1b2c7a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ MANIFEST /.cache/ /.tox/ /pillarsdk.egg-info/ +/.pytest_cache/