# Dependencies
node_modules/
package-lock.json

# Build outputs
dist/
*.vsix

# Environment
.env
.env.local
.env.*.local

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

# Logs
*.log
npm-debug.log*

# Testing
coverage/

# Temporary
tmp/
temp/

# Continue local config (may contain API keys)
.continue/config.json

# GCP credentials (never commit these!)
*.json
!package.json
!tsconfig.json
!**/package.json
!**/tsconfig.json
