From 956b72b684ee45b1df974d299e7dcab3a4a45826 Mon Sep 17 00:00:00 2001 From: Ellwood Zwovic Date: Fri, 14 Jul 2017 16:13:30 -0700 Subject: [PATCH] Add pytest .cache dirs to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c18dd8d..314bf2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__/ +.cache