mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-06-10 15:52:29 +02:00
77840d7d5c
Adds export/thgtoa.pdf.b2 and export/thgtoa-dark.pdf.b2 alongside the existing .sha256 and .sig entries. Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
30 lines
426 B
Plaintext
30 lines
426 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/
|
|
build/
|
|
|
|
# Export directory - but track hash files and signatures
|
|
export/thgtoa.pdf.sha256
|
|
export/thgtoa-dark.pdf.sha256
|
|
export/thgtoa.pdf.b2
|
|
export/thgtoa-dark.pdf.b2
|
|
*.sig
|