From 9d25c318dfdeb13ed4a2dda14d28141ce607835a Mon Sep 17 00:00:00 2001 From: ernestprovo23 Date: Mon, 8 Jun 2026 22:11:55 -0400 Subject: [PATCH] chore: gitignore coverage artifacts (.coverage, htmlcov, coverage.xml) --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index cc6872b..e780390 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,12 @@ venv/ .mypy_cache/ .ruff_cache/ +# Coverage artifacts +.coverage +.coverage.* +htmlcov/ +coverage.xml + # Build artifacts build/ dist/