# 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 coverage.txt coverage.html # Go workspace file go.work # Build output bin/ dist/ /kubemirror # IDE .idea/ .vscode/ *.swp *.swo *~ # macOS .DS_Store # CLAUDE.md .claude/ # Kubernetes kubeconfig *.kubeconfig # Temporary files tmp/ temp/ *.tmp # Logs *.log