From 693f516f5851fdd9f3606dcea67ab7621fa01eb5 Mon Sep 17 00:00:00 2001 From: theonepath Date: Thu, 12 May 2022 13:45:07 +0100 Subject: [PATCH] Updated .gitignore Added ignore for .coverage file (not readable, .coveragerc is correct file) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 50acae7..a3716f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .tox +.coverage .*_cache **py.typed** **__pycache__**