# Binaries for programs and plugins
__pycache__/
*.py[cod]
*.exe
*.exe~
*.dll
*.so
.DS_Store
*.dylib
bin/*

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

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Go workspace file
go.work

# Kubernetes Generated files - skip generated files, except for vendored files
!vendor/**/zz_generated.*

# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~

# Kubeconfig might contain secrets
*.kubeconfig
/copilot

# UI
ui/node_modules/
ui/dist/
internal/uiembed/dist/*
!internal/uiembed/dist/.gitkeep

main
ui/coverage/

# Claude CLI binary
/claude
/cli

# E2E test environment variables
test/e2e/.env

.plans/
.claude/worktrees/
