From 20f2e2c5982663f42c45f5e1998ce917dd987ac6 Mon Sep 17 00:00:00 2001 From: Chris Fournier Date: Wed, 1 Mar 2017 16:56:50 -0500 Subject: [PATCH] Ignore .cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e1e4337..250d22a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.py[cod] *.egg-info .DS_Store +.cache