From 608d3a705d065d6b378f4889322ff9d1bc41d147 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Sun, 9 Aug 2026 14:45:11 +0200 Subject: chore: add QE/ structure (not versioned) + server-state docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QE/ added to .gitignore. Contains: demo-v1/, spikes/, server-state/. QE/server-state/meshbay.org.md: authoritative inventory of what runs on meshbay.org and the deploy procedure. Rule: open port → test → close port+kill processes in same code block. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5c99087..8dfb41c 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,9 @@ testfile.bin hub.log hub.pid +# QE — test/demo artefacts, credentials, ephemeral data (never versioned) +QE/ + # POC ephemeral files poc/node_state.json poc/bob_state.json -- cgit v1.2.3