# Node modules (will be reinstalled)
node_modules/

# Build outputs (will be rebuilt)
dist/

# Development files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.eslintcache

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Git
.git/
.gitignore
.gitattributes

# Documentation
*.md
!README.md
docs/
examples/

# Tests
test/
tests/
*.test.ts
*.spec.ts

# CI/CD
.github/
.gitlab-ci.yml
.travis.yml

# Local development
.env
.env.local
.env.*.local

# Temporary files
tmp/
temp/
*.tmp
