From e66c5ddc7fb9345c0efc866ff8e2c85d60a0618c Mon Sep 17 00:00:00 2001 From: kaffa Date: Tue, 3 Feb 2026 12:50:39 +0900 Subject: [PATCH] chore: Add test artifacts to .gitignore - .coverage - htmlcov/ - .pytest_cache/ Co-Authored-By: Claude Opus 4.5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9b6a0fb..0f017eb 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,9 @@ __pycache__/ *.pyo .venv/ venv/ +.coverage +htmlcov/ +.pytest_cache/ # IDE .vscode/