From c0b62ce13c46eebd620d473e8fd178994cca7827 Mon Sep 17 00:00:00 2001 From: ines Date: Thu, 19 Jul 2018 12:30:09 +0200 Subject: [PATCH] Ignore pytest cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6afa40f38..d9e75a229 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ Profile.prof .Python .python-version __pycache__/ +.pytest_cache *.py[cod] .env/ .env*