From 6ded178343d2ff7f8614c660dd82cc9be73f667a 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