From 374b1dd2b88c800c6ed8ff8f3613fe238c1a4026 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Thu, 5 Aug 2021 12:27:33 -0400 Subject: [PATCH] Skip committing cache --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6cc0917..12081c9 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ __pycache__ # coverage htmlcov .coverage* + +# don't commit cache +cache