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).
15 lines
179 B
Text
15 lines
179 B
Text
env/
|
|
arborist_viz/static/six/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.pytest_cache/
|
|
data/*.sqlite
|
|
data/*.sqlite-*
|
|
data/*.db
|
|
data/*.db-shm
|
|
data/*.db-wal
|
|
commit-hash.txt
|