# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/skupper
/kube-adaptor
/manifest
/generate-doc
/bootstrap
/controller
/network-observer
/system-controller

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

# Generated code
/swagger
/client/generated/libpod/

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

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

# Generated files
manifest.json
oci-archives/
skupper-cluster-scope.yaml
skupper-namespace-scope.yaml
skupper-network-observer*.yaml
bundle.Dockerfile
./bundle/
!charts/skupper/README.md
charts/skupper/
skupper-*.tgz
artifacthub-repo.yml
network-observer-*.tgz

# Python venv folder
**/venv/

# Ignore all ansible_collections content
tests/e2e/collections/ansible_collections/**

# Then specifically allow only the e2e subfolder
!tests/e2e/collections/ansible_collections/e2e/
!tests/e2e/collections/ansible_collections/e2e/**

