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

# Config files (may contain tokens/personal data)
config.json
state.json
mail-templates.json
mail-undo.json

# macOS
.DS_Store
**/.DS_Store

# Editor
.vscode/
.idea/
*.swp
*.swo
*~

# Launch materials (not for public repo)
REDDIT_LAUNCH.md

# Local development instructions (personal, not for public repo)
CLAUDE.md

# Demo build artifacts (GIFs are committed, scripts are not)
demo/*.cast
demo/*.sh
demo/bin/
.coverage

# Lock files
uv.lock
