From 16856f403890711b0af838dba31ff698be8cd015 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 4 Nov 2025 18:16:11 +1100 Subject: [PATCH] Ignore .coverage --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8652982..2352872 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__ .pytest_cache dist +.coverage