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

# Environment / Secrets
.env
.env.local
.env.production

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Node (for web/ landing page)
node_modules/
.next/
.vercel/

# Claude Code
.claude/

# MCP config (machine-specific paths)
.mcp.json

# Testing
.pytest_cache/

# Supabase
backend/supabase/.temp/

# Misc
*.log
prompt.txt
.rightnow/
