# 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/

# Use-case implementation docs (per-customer, not public)
/use-cases/

# 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/

# Bug tracker (local, not public)
/bugs/

# Private docs (RFCs, reviews, research)
/my-docs/

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

# E2E tests (local, requires API keys)
/tests/

# Asset build tooling (cast files, recording scripts, generators)
/assets/dev/
