# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out

# DLV debug file
__debug_bin*

# Dependency directories
vendor/

# Go workspace file
go.work

# Build artifacts
bin/
arctl

# UI build artifacts
internal/registry/api/ui/dist/

# Database file
*.db

# arctl specific
.arctl/

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

# OS
.DS_Store
Thumbs.db

.env
.env.local
.env.staging
.env.production

# Generated Helm chart manifest
charts/agentregistry/Chart.yaml

_output/

