From 0e3f0b8771011b6980bc9bab03d263f1fb628ee4 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Mon, 31 Oct 2022 01:49:49 +0100 Subject: [PATCH] .gitignore: add .coverage* --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 93526df..d1766ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ venv/ __pycache__/ +.coverage*