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

# uv
.uv/

# OS / editor
.DS_Store

# Backtest working set: the fetched corpus + the ONNX embedding model.
# Hundreds of MB, reproducible from the pinned snapshot and a bounded
# date, and therefore fetched rather than carried.
.cache/

# Builder staging (should never appear here, but just in case)
_staging/
docs/*.print.html
