From 48678506f727827ff5ab6b6e8556ad7a4a73bf35 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Wed, 16 Dec 2015 14:48:03 +0100 Subject: [PATCH] Ignore py.test .cache directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d63cf29f..b4723b84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ *.py[cod] +#py.test +.cache + # C extensions *.so