# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/

# Editor
.vscode/
.idea/

# Environment
.env

# Outputs (anchored to repo root so they don't shadow src/paratext/review/)
/runs/
/output/
/review/
/logs/

# Working notes are kept outside this repo (it is public); these rules are a
# guard so an internal note dropped in here can't be committed by accident.
HANDOFF.md
WORKING-NOTES.md

# Deployed service venv (built from a wheel; not source)
/deploy/
