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

# Test binary
*.test

# Output of the coverage profiling tool
cover.out
coverage.html

# Go workspace file
go.work

# editor and IDE paraphernalia
.idea/*
!.idea/inspectionProfiles/
!.idea/inspectionProfiles/*.xml
.vscode/
*.swp
*.swo
*~
.DS_Store

# Code inspection results
inspection-results/
/inspection-results

# Kubernetes
*.kubeconfig
*.yaml

# Environment files
.env
.env.local
.env.*.local

# Logs
logs/
*.log

# Temporary files
tmp/
*.tmp

# Inspection logs and temporary results
/inspection-results
inspection.log
goland-inspect*.log
