gitextract_2jgmiphz/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ └── bug_report.md │ ├── pull_request_template.md │ └── workflows/ │ ├── dynamic-readme.yml │ └── dynamic-security.yml ├── .gitignore ├── CHANGELOG ├── CODEOWNERS ├── LICENSE ├── README.md ├── SECURITY.md └── mac