# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Environment / secrets
.env
.env.local

# Databases
*.db
.contextpack/

# Eval cache + run artifacts
eval_cache/
evals/*.log
evals/checkpoints/
evals/raw_results.jsonl

# Distribution / packaging
dist/
build/
*.egg-info/

# Virtual environments
.venv/
venv/

# Test / type caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS / editor
.DS_Store
.idea/
.vscode/
