.venv/
.env
.env.*
!.env.example
!.env.*.example
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
*.egg-info/
.DS_Store
htmlcov/
.coverage
# Local raw, candidate, rejected, and replayable benchmark evidence.
benchmark-results/*
!benchmark-results/README.md
# Legacy root-level benchmark output. Write new output under benchmark-results/.
/benchmark*.json
