# Source files
src/
*.ts

# Config files
tsconfig.json
.gitignore
.npmignore
pnpm-workspace.yaml
pnpm-lock.yaml

# Development files
*.log
.DS_Store
node_modules/
.env
.env.local

# Test files
test/
tests/
*.test.ts
*.spec.ts
verify-mcp.js

# Documentation source files
docs/
*.md
!README.md

# IDE files
.vscode/
.idea/

# Build artifacts
*.map
*.tsbuildinfo