# Dependencies node_modules package-lock.json.bak # Build outputs build dist .docusaurus .next out # Environment files .env .env.local .env.*.local .env.* # Cache and temp files .cache .tmp tmp *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Lock files (optional - remove if you want to track them) pnpm-lock.yaml # IDE .vscode .idea *.swp *.swo *~ .DS_Store # Generated files static/health.json static/health/ static/version.json static/version/ # Binary assets - DO NOT COMMIT per system prompt *.png *.jpg *.jpeg *.gif *.ico *.pdf *.zip *.tar *.tar.gz *.mp4 *.mov *.avi *.psd *.sketch *.fig # Allow specific blessed images if needed (uncomment and specify) # !static/logo.svg # !static/favicon.ico # Secrets and sensitive data *.key *.pem *.p12 *.pfx secrets.json credentials.json # Testing coverage .nyc_output *.lcov # OS Thumbs.db Desktop.ini