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

# Never commit private working notes or live account data
HANDOFF.md
*.local.md
*.local.json
.secrets
