# Dependency directories
node_modules/

# Build output
build/
dist/

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

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

# Test coverage
coverage/
.nyc_output/
*.lcov

# Cache directories
cache/
.cache/
.npm/
.yarn/
.eslintcache
.tsbuildinfo

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*.sublime-*

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

# TypeScript
typings/
*.tsbuildinfo

# Optional REPL history
.node_repl_history

# Package files
*.tgz
*.tar.gz

# Yarn
.yarn-integrity
.yarn/
.pnp.*

# Temporary files
*.tmp
*.temp
*.bak
*.backup
*.swp
*.swo

# MCP specific
.mcp-cache/
mcp-inspector.log

# Test artifacts
test-results/
junit.xml
CLAUDE.md
.env.test
