arborist-viz/MANIFEST.in
russell@unturf.com 0cd96ab1d7
Initial commit: arborist VIZ — Merkle command center
Pyramid web app for inspecting arborist Merkle trees over sharded SQLite:
document roots, inclusion proofs, an interactive 3D Merkle lattice
(six.js / WebGL with graceful fallback), audit-chain linkage, and a live
SSE event stream.

Generated artifacts (env/, vendored static/six/ bundles, demo databases)
are gitignored and rebuilt via the Makefile (venv, six, init-db, serve).
2026-05-28 09:22:59 -04:00

9 lines
304 B
Text

include README.rst
include CLAUDE.md
include development.ini
include production.ini
include Makefile
include requirements*.txt
recursive-include arborist_viz/templates *.jinja2
recursive-include arborist_viz/static *.js *.min.js *.css *.png *.svg
recursive-include arborist_viz/scripts *.py *.ini *.mako