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

# Virtualenv
.venv/
venv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# OS
.DS_Store

# Local lore data captured during dev (raw sessions never committed)
.lore/sessions/

# Secrets
.env
*.key

# Local-only working dir — strategy notes, launch copy drafts,
# experiments. Never committed; never pushed.
local/
