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

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

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

# Ansible
*.retry

# vim
*~
*.swp

# envfiles
.env
envfile

# kubeconfigs
kind.kubeconfig
minikube.kubeconfig
kubeconfig
!kubeconfig/
*.kubeconfig

# ssh keys
.ssh*

# Example and binary output directory
/out

# Mdbook build directory
docs/book/bookout
docs/book/src/reference/*.html

# vscode
.vscode
*.code-workspace

# goland
.idea

# Ignore output manifests
config/samples
manager_image_patch.yaml-e
manager_pull_policy.yaml-e

# Bazel
bazel-*

# Tilt files.
.tiltbuild
/tilt.d
tilt-settings.json
tilt-settings.yaml
tilt_config.json

# e2e output
test/e2e/junit.e2e_suite.*.xml
test/e2e/capz-e2e-*.yaml
test/e2e/config/azure-dev-envsubst.yaml
test/e2e/logs/*
_artifacts

# E2E test templates
test/e2e/data/infrastructure-azure/v1beta1/cluster-template*.yaml

# boilerplate_test output
hack/boilerplate/__pycache__
hack/boilerplate/*.pyc

# Helm chart caching
.helm/

# calico manifests archive
release-*/manifests/calico-*.yaml

# mentioned in the capz book
/sp.json
/cluster.yaml

# CI workload-identity
jwks.json
*.pub
*.key
azure_identity_id
azure_wi_back_compat
openid-configuration.json
