gitextract_45dvjnqv/ ├── .all-contributorsrc ├── .github/ │ ├── CHANGELOG.md │ ├── CODE_OF_CONDUCT.md │ ├── FUNDING.yml │ ├── contributing.md │ ├── makefile │ ├── pull_request_template.md │ ├── release-please-config.json │ ├── release-please-manifest.json │ ├── website/ │ │ ├── backup/ │ │ │ ├── ideas.md │ │ │ ├── index2.html │ │ │ ├── index3.html │ │ │ └── index4.html │ │ ├── generate.py │ │ ├── makefile │ │ ├── requirements.txt │ │ └── src/ │ │ ├── index.html.jinja │ │ ├── script.js │ │ └── styles.css │ └── workflows/ │ └── cicd.yaml ├── .gitignore ├── LICENSE ├── README.md ├── assets/ │ ├── banner.psd │ ├── diagrams.bmpr │ └── site/ │ ├── index.html │ ├── index2.html │ ├── index3.html │ └── index4.html ├── scripts/ │ └── prepare-markdown-for-ebook.sh └── translations/ ├── es-ES.md ├── fr.md ├── id.md ├── it-IT.md ├── jp.md ├── lv.md ├── pl.md ├── pt-BR.md ├── tr.md └── vi.md