# Secrets — never commit
.env
.env.local

# SQLite databases (initialized on first run)
data/

# Eval-harness output
evals/results/
evals/.cache/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/

# IDE
.vscode/
.idea/
.DS_Store
__MACOSX/

# Test
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
