# ==============================================================================
# Raku MCP SDK - .gitignore
# ==============================================================================

# ------------------------------------------------------------------------------
# Raku / Rakudo
# ------------------------------------------------------------------------------
.precomp/
*.precomp
precomp/

# ------------------------------------------------------------------------------
# Build artifacts
# ------------------------------------------------------------------------------
.build/
dist/
*.tar.gz
docs/

# ------------------------------------------------------------------------------
# Coverage
# ------------------------------------------------------------------------------
*.rakucov
coverage-report/
.racoco/

# ------------------------------------------------------------------------------
# IDE and editors
# ------------------------------------------------------------------------------
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# ------------------------------------------------------------------------------
# OS-specific
# ------------------------------------------------------------------------------
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# ------------------------------------------------------------------------------
# Temporary files
# ------------------------------------------------------------------------------
*.tmp
*.temp
*.log
*.bak
*.orig

# ------------------------------------------------------------------------------
# Distribution credentials (keep these secret!)
# ------------------------------------------------------------------------------
.fez-config.json
.pause
.netrc

# ------------------------------------------------------------------------------
# Benchmark and stress test reports
# ------------------------------------------------------------------------------
bench/benchmark-report-*
bench/stress-report-*

# ------------------------------------------------------------------------------
# Local development
# ------------------------------------------------------------------------------
.env
.env.local
local/
