__pycache__/
*.pyc
.venv/
.env
*.egg-info/
dist/
build/
.DS_Store

# private data — NEVER commit. The RAG index is built from real
# correspondence and lives on a Railway volume, not in git.
*.pkl
rag_index*
corpora/
*.jsonl
