# Development and build artifacts
node_modules/
website/node_modules/
.next/
.nuxt/
dist/

# Testing
coverage/
tests/api/
*.test.js
*.test.ts
__tests__/

# Development files
.env.local
.env.development
.env.test
*.log
logs/

# Documentation source files (not the generated docs)
website/docs/
src/docs/
*.md
!README.md
!docs/api-reference.md

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Git
.git/
.gitignore

# CI/CD
.github/
.circleci/

# Cache directories
.cache/
.tmp/
.temp/
node_modules/.cache/
.npm/
.yarn/
**/node_modules/.cache/

# Development scripts
scripts/api-*.js
scripts/generate-*.js
scripts/setup-*.js

# Large collection files (keep essential ones)
docs/RatesSpot-API-Tests.postman_collection.json
docs/RatesSpot-API.insomnia.json

# Database files (if any)
*.db
*.sqlite
*.sqlite3

# Backup files
*.bak
*.backup

# Performance and profiling
clinic/
*.cpuprofile
*.heapprofile

# Temporary files
tmp/
temp/