From 1739c70f43c8adcbfaa38efb605f446b782881a0 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 25 May 2026 21:13:30 -0700 Subject: [PATCH] chore: ignore .coverage pytest artifact --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 15ed321..c44a27b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ __pycache__/ .venv/ *.bak tests/fixtures/prefs-missing/.keep +.coverage