From b06c52a5d22394f052d35f9a271e5fead579ae9a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 3 Jun 2018 16:10:55 -0300 Subject: [PATCH] Add .pytest_cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index da1cf7b..162fbd2 100644 --- a/.gitignore +++ b/.gitignore @@ -30,5 +30,6 @@ issue/ pytestdebug.log .tox/ .cache/ +.pytest_cache/ .eggs/ .idea/