From 7494d142d5fcc38a2b6a96470448a8f06f51a66a Mon Sep 17 00:00:00 2001 From: William Ting Date: Thu, 6 Sep 2018 21:40:51 -0700 Subject: [PATCH] Ignore .pytest_cache/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f38419e..c954632 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ __pycache__ *~ *.tar.gz *.patch +.pytest_cache .tox tags