chore: gitignore output/ and tmp/ demo-PDF artifacts
ci / build-and-design (push) Failing after 2s

Both are generated by scripts/build_demo_pdf.py — output/ holds the
rendered demo.pdf, tmp/ the intermediate page PNGs it rasterizes on the
way there (~2 MB of them).

Same category as the existing dist-* entries, so grouped with them.

scripts/build_demo_pdf.py itself is deliberately left untracked rather
than ignored — it is source, not output, and whether it belongs in the
repo is a separate call.

Co-Authored-By: Claude Opus 5 <[email protected]>
This commit is contained in:
2026-08-07 15:14:10 -05:00
co-authored by Claude Opus 5
parent 10a29ded6a
commit 2d746c0d33
+5
View File
@@ -4,6 +4,11 @@ dist-showcase/
dist-demo/
*.log
.DS_Store
# Generated by scripts/build_demo_pdf.py — the rendered demo PDF and the
# intermediate page PNGs it rasterizes on the way there (~2 MB).
output/
tmp/
# impeccable-ignore-start
.impeccable/config.local.json
.impeccable/hook.cache.json