# OS
.DS_Store
Thumbs.db

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

# Environment
.env
.env.*
!.env.example

# Claude Code
.claude/

# Node
node_modules/

# Python
__pycache__/
*.pyc
*.pyo

# Build outputs
dist/
build/

# Firebase
.firebase/
web/dashboard/

# Generated PH gallery screenshots
web/ph-gallery/

# Marketing content (local only)
docs/marketing/
LAUNCH_PLAYBOOK.md
LAUNCH_POSTS.md
DEVTO_ARTICLE.md

# Recordings (local only)
recordings/

# Coverage & caches
coverage/
.cache/
.mypy_cache/
.pytest_cache/
*.tsbuildinfo
