gitextract_nbeir257/ ├── .github/ │ ├── CODEOWNERS │ ├── renovate.json │ └── workflows/ │ ├── fossa.yml │ ├── pull-request.yaml │ ├── release.yaml │ └── renovate.yml ├── .gitignore ├── Dockerfile ├── README.md ├── cleanup.sh ├── deploy/ │ ├── rancher-cleanup.yaml │ └── verify.yaml ├── scripts/ │ └── github-release └── verify.sh