gitextract_xjmxfq4e/ ├── .editorconfig ├── .gitattributes ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ ├── shellcheck.yml │ ├── tools.yml │ └── validation.yml ├── .gitignore ├── .pre-commit-config.yaml ├── AUTHORS ├── CHANGELOG.md ├── LICENSE ├── README.md ├── VERSION ├── ru/ │ ├── README.md │ ├── boosters/ │ │ └── stream.numbers │ ├── cards.numbers │ ├── counts.numbers │ ├── faq.md │ ├── graphics/ │ │ ├── cover_dark_63_5x88_9.ai │ │ ├── cover_dark_63_5x88_9.psd │ │ ├── cover_white_63_5x88_9.ai │ │ └── cover_white_63_5x88_9.psd │ ├── homebrew.md │ ├── promo-rules.numbers │ ├── rule-card.numbers │ ├── rules.md │ ├── schema-sources/ │ │ ├── card.drawio │ │ └── game-process.drawio │ └── short-rules.numbers ├── table-top-simulator.md └── tools/ ├── README.md ├── build.sh ├── generate-images-from-pdf.py ├── generate-pdf.py ├── pyproject.toml ├── ship_it_tools/ │ ├── __init__.py │ ├── counts.py │ └── meta.py ├── tts-exporter.py ├── validate-cards.py └── validate.sh