From a239d67c3925248edc798ddc32ef2a81a6d938a2 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sat, 24 Feb 2018 19:17:29 -0800 Subject: [PATCH] Add pytest cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 712484d6..b202993b 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ pip-log.txt .tox nosetests.xml .cache +.pytest_cache # Translations *.mo