/node_modules/
/lib/
/test/
custom-elements.json
# Build outputs (generated — should not be tracked)
/dist/
/docs/

# TypeScript incremental build cache
*.tsbuildinfo

# Vite cache
.vite/

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

# macOS metadata
.DS_Store
.DS_Store?
._*

# Environment variables (never commit secrets)
.env
.env.local
.env.*.local

# Editor/IDE directories
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln

# Test coverage
coverage/

# Yarn
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
