# Development
.dev/
CLAUDE.md

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

# Environment
.env
config.yaml

# Vector store
.zori/

# Eval dataset (personal library content, not shared)
scripts/eval_dataset.yaml

# DeepEval cache
.deepeval/

# OS
.DS_Store
Thumbs.db
