mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-05-06 19:44:19 +02:00
d0dfec95db
Added workflow for building PDF. Progress. Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
23 lines
283 B
Plaintext
23 lines
283 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/
|