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:
@@ -90,6 +90,9 @@ cache/
|
||||
# Test output
|
||||
coverage/
|
||||
.coverage
|
||||
coverage.json
|
||||
htmlcov/
|
||||
.pytest_cache/
|
||||
test-results/
|
||||
services/core-ai/tests/reports/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user