.DS_Store
.env
.env.*
!.env.example
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
data/*
!data/.gitkeep
!data/golden_set.json
!data/benchmark_snapshots/
!data/benchmark_snapshots/*.json
!data/reports/
!data/reports/eval-report.md
.tortus_cache/
