# Editors / OS
.DS_Store
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json
*.swp

# Web
node_modules/
apps/web/dist/
apps/web/.vite/
apps/web/coverage/
apps/web/bun.lockb
*.log

# Python
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
.coverage*
htmlcov/
dist/
build/
*.egg-info/

# Env
.env
.env.local
.env.*.local

# Local secrets
secrets/
*.pem
*.p12
GoogleService-Info.plist
google-services.json
firebase-adminsdk*.json
apps/api/configs/**/firebase-adminsdk*.json

# Local data
data/

# git worktrees
.worktrees/

# MCP local config (secrets)
.mcp.json
