# Build output and package artifacts
dist/
build/
downloads/
*.tgz

# Dependencies
node_modules/

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

# Git
.git/
.gitignore

# Environment files
.env
.env.local
.env.*
!.env.example

# Local MCP/client settings
.claude/
.mcp.json

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Testing
coverage/

# Documentation not needed in the runtime image
docs/
*.md
!README.md

# Development files
tests/
scripts/
Makefile
*.sh
