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

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

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
cover.html
cmd-cover.html
conformance-profile.yaml

# Dependency directories (remove the comment below to include it)
# vendor/

# Vim
*.swp
*.swo

# GoLand IDE and VSCode
.idea
.vscode

# Binary and Artifacts
build/.out
build/out
dist/

# Test artifacts
tests/**/*.csv

# Node modules
node_modules/

# JS test coverage
internal/controller/nginx/modules/coverage

# MacOS Finder
.DS_Store

# Certs and keys
*.crt
*.key

# JWT files
*.jwt

# Dotenv files
**/*.env

# Credential files
**/gha-creds-*.json

# SSH config files
*.ssh

# temporary files used for manifest generation
config/base/deploy.yaml
config/base/deploy.yaml.bak

# Temporary API documentation file, which should be committed
# to the main documentation repository instead
docs/api/content.md
