.DS_Store
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/

.venv/
venv/
__pycache__/
*.py[cod]

dist/
build/
*.egg-info/

results/
reports/
*.csv
*.jsonl

!docs/results/
!docs/results/**
!docs/results/**/*.csv
