chore: add coverage files to gitignore

Add pytest coverage output files to project-level .gitignore:
- coverage.json
- htmlcov/
- .pytest_cache/

These are generated artifacts from pytest-cov and should not be committed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-07 23:22:57 +01:00
co-authored by Claude Sonnet 4.5
parent d13635b146
commit 14574e837b
+3
View File
@@ -90,6 +90,9 @@ cache/
# Test output
coverage/
.coverage
coverage.json
htmlcov/
.pytest_cache/
test-results/
services/core-ai/tests/reports/