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

# Build outputs
dist/
build/
*.tsbuildinfo

# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDE files
.vscode/
.idea/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Git
.git/
.gitignore

# Documentation
README.md
CHANGELOG.md
LICENSE

# Test files
test/
tests/
*.test.js
*.test.ts
*.spec.js
*.spec.ts

# CI/CD
.github/
.github/workflows/

# Package manager files
package-lock.json
yarn.lock
pnpm-lock.yaml
bun.lock

# TypeScript
tsconfig.json
*.ts

# Other
.cache/
coverage/
.nyc_output/ 