# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib gorz # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out coverage.html # Go workspace files go.work # Dependency directories vendor/ # IDE specific files .idea/ .vscode/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Configuration files with sensitive data config.yaml *.key *.pem *.crt # Log files *.log # Docker compose override files docker-compose.override.yml