chore: Add test artifacts to .gitignore

- .coverage
- htmlcov/
- .pytest_cache/

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kaffa
2026-02-03 12:50:39 +09:00
parent 6bcfee519c
commit e66c5ddc7f

3
.gitignore vendored
View File

@@ -23,6 +23,9 @@ __pycache__/
*.pyo
.venv/
venv/
.coverage
htmlcov/
.pytest_cache/
# IDE
.vscode/