From 489d609807dcbe157da11a8479b81b372d73dc30 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Thu, 1 Feb 2018 17:02:56 +0100 Subject: [PATCH] Add pytests .cache to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3560abf..6623a76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ __pycache__/ *.py[cod] venv/ +.cache/ build/ dist/