__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Test-generated eval logs (non-deterministic, not fixtures)
logs/
*.eval
