From 8621427f46231d31e102f8143e34bd7faacce56b Mon Sep 17 00:00:00 2001 From: Luiz Menezes Date: Sun, 6 May 2018 19:17:23 -0300 Subject: [PATCH] Add .pytest_cache/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7c904e5..0727b2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc .tox .cache +.pytest_cache/ build/ dist/ *.egg/