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

# Virtualenvs
.venv/
venv/

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Env / secrets
.env

# Roundtable run artifacts (per-project, not source)
.roundtable/

# Per-project roundtable config (generated by `roundtable init`)
roundtable.config.yaml

# Personal branding drafts (not source)
LINKEDIN_POSTS.md
