arbret/.gitignore
counterweight 6a2d7155cb
Add pytest-cov for test coverage
- Add pytest-cov as dev dependency
- Configure coverage in pyproject.toml
- Exclude tests, __pycache__, seed.py from coverage
- Enable branch coverage
- Add .coverage to gitignore
2025-12-21 21:55:19 +01:00

31 lines
222 B
Text

# Python
__pycache__/
*.py[cod]
.venv/
.uv/
uv.lock
# Node
node_modules/
.next/
.turbo/
test-results/
# Env
.env
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
current_pr.md
next_pr.md
# Notes
notes/
.coverage