# Source files (only ship dist)
src/
*.ts
!*.d.ts
tsconfig.json

# Development files
.github/
.vscode/
.idea/

# Testing
coverage/
.nyc_output/
*.test.js
*.spec.js

# Documentation source
docs/

# Build artifacts
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Environment
.env
.env.local
.env.*.local

# OS files
.DS_Store
Thumbs.db
*.swp
*.swo
*~

# Git
.git/
.gitignore
.gitattributes

# CI/CD
.travis.yml
.circleci/
azure-pipelines.yml

# Editor
*.sublime-project
*.sublime-workspace

# Temporary
*.tmp
.cache/
temp/
tmpclaude-*

# Smithery
.smithery/

# Sensitive files
.claude.json
.claude/
.npmrc
PROJECT_CONTEXT.md
IMPROVEMENT_ROADMAP.md
NOTES.md
roadmap.jsx

# Keep these
!dist/
!README.md
!LICENSE
!CHANGELOG.md
!package.json
