# Node & Dependencies
node_modules/
.npm/

# Build Outputs & Type Information
dist/
*.tsbuildinfo

# Environment & Secrets
.env
.env.local
.env.*.local

# Testing & Coverage
coverage/
.nyc_output/

# Logs & Temp
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store

# IDE & Editors
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
