# Ignore binary files
bin/

# Random TLS files
apiserver.local.config/
# Ignore the kubeconfig file
kubeconfig

# Ignore envrc
.envrc

# Ignore any compiled Go binaries
*.exe
*.exe~
*.dll
*.so
*.dylib

# Ignore Go build artifacts
*.log
*.test
*.out

# Ignore packed helm chart
.packaged/

# Ignore dependency directories
vendor/

# Ignore temporary files
*.tmp
*.swp
*.swo
*.bak
*.old

# Ignore IDE specific files
.vscode/
.idea/
*.iml

# Ignore OS specific files
.DS_Store
Thumbs.db

# Ignore local DB files
obot*.db*

# Ignore http dir for http client files
http/

# Ignore the catalog.json file downloaded from the MCP registry
catalog.json

# Ignore Kiro files
.kiro/

# Ignore zed files
.zed/
__debug_*

.claude/
thoughts/
thoughts

.opencode/
