- Add .pytest_cache/ to ignored test artifacts - Reorganize sections for clarity - Move .coverage to testing artifacts section 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
184 B
Plaintext
18 lines
184 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
__pycache__
|
|
|
|
# Testing artifacts
|
|
.pytest_cache/
|
|
.coverage
|
|
|
|
# Virtual environments
|
|
.venv
|
|
/.env
|
|
/CLAUDE.md
|
|
/TODO.md
|