gitextract_ke_4e8of/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── 01_bug_report.yml │ │ ├── 02_feature_request.yml │ │ ├── 03_ssh_tmux.yml │ │ ├── 04_ssh_legacy.yml │ │ └── config.yml │ └── workflows/ │ └── dedupe-new-issues.yml ├── .gitignore ├── .gitmodules ├── LICENSE └── README.md