@@ -102,15 +102,12 @@ zenzic_report/ # Optional HTML report exports from zenzic
102102.zenzic-score.json
103103
104104# ────────────────────────────────────────────────────────────────────────────
105- # MkDocs, Zensical & Documentation
105+ # Documentation build caches (user projects, not Zenzic's own docs)
106106# ────────────────────────────────────────────────────────────────────────────
107107site /
108- pdf / # with-pdf output directory
108+ pdf /
109109.mkdocs_cache /
110- .zensical_cache / # Reserved for a future Zensical cache
111- * .pdf # Exclude locally generated PDF manuals from commits
112- # Build artifact — generated by run_demo.sh and CI; never committed
113- docs /assets /brand-kit.zip
110+ .zensical_cache /
114111
115112# ────────────────────────────────────────────────────────────────────────────
116113# Web & JS (Optional but recommended)
@@ -175,14 +172,11 @@ Desktop.ini
175172.gitlab-ci-local /
176173.wrangler / # Cloudflare Wrangler local cache
177174
178- # ============================================================================
179- # Local scratch notes (never committed )
180- # ============================================================================
175+ # ────────────────────────────────────────────────────────────────────────────
176+ # Migration staging area (v0.6.0a1 — Clean Harbor )
177+ # ────────────────────────────────────────────────────────────────────────────
181178.temp /
182179
183- # Lucide icon set — downloaded at build time by nox/CI, not committed
184- overrides /.icons /lucide /
185-
186180# ============================================================================
187181# End of .gitignore
188182# ============================================================================
0 commit comments