# =============================================================================
# .gitignore - cursor-handbook
# =============================================================================

# Dependencies
node_modules/
vendor/
.pnp/
.pnp.js

# Build output
dist/
build/
out/
.next/
.nuxt/
target/

# Environment & secrets
.env
.env.local
.env.*.local
*.pem
*.key
credentials.json

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

# OS files
.DS_Store
Thumbs.db

# Test output
coverage/
.nyc_output/
test-results/

# Logs
*.log
npm-debug.log*
yarn-debug.log*

# Cache
.cache/
.turbo/
website/.vite/
tmp/
temp/

# Project-specific config (users create their own)
.cursor/config/project.json
