# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build output
dist/

# Environment files (should be provided at runtime)
.env
.env.local
.env.*.local

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

# Git
.git/
.gitignore

# Testing
coverage/
*.test.ts
*.spec.ts

# Documentation
README.md
*.md

# Logs
logs/
*.log

# Temporary files
tmp/
temp/
*.tmp