# Dependencies
node_modules/

# Build outputs
dist/
build/

# Package files
*.tgz
*.tar.gz

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

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# ESLint cache
.eslintcache

# Prettier cache
.prettierignore

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE files
.vscode/
.idea/

# Git
.git/
.gitignore

# Package lock files (auto-generated)
package-lock.json
yarn.lock
bun.lock

# Generated types
types/
