mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-05-06 19:44:19 +02:00
206a6ff6b7
Refactored GitHub Actions workflow **Build guide PDF** (`scripts\build_guide_pdf.py`): now builds both light and dark mode PDFs (`export/thgtoa.pdf` and `export/thgtoa-dark.pdf` respectively). Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
24 lines
290 B
Plaintext
24 lines
290 B
Plaintext
# Visual Studio (Windows) solution metadata
|
|
.vs/
|
|
.vscode/
|
|
|
|
# Python (MkDocs, scripts/build_guide_pdf.py)
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.env
|
|
|
|
# Cache
|
|
.cache/
|
|
|
|
# MkDocs build output and local PDF export
|
|
site/
|
|
_site/
|
|
_site_test/
|
|
export/
|
|
build/
|