# Build
/target/
*.swp
*.swo

# macOS
.DS_Store

# IDE
.cursor/
.idea/
.vscode/

# Rewind data (user's local recordings)
.rewind/

# Python
__pycache__/
*.pyc
*.egg-info/
build/

# Web UI
web/node_modules/
web/dist/

# Python dist
dist/

# Internal research (not public)
/research/

# Twitter engagement bot (local credentials, not public)
/twitter-bot/

# Env
.env
.env.local

# MCP config (contains local paths)
.mcp.json

# To-do / internal notes
/to-do/

# Internal product summary (not public)
/docs/PRODUCT-SUMMARY.md
