From c99dd09d8a2b7f42cfe48367821a0e19e69d8943 Mon Sep 17 00:00:00 2001 From: "Claude Opus 4.6" Date: Fri, 20 Mar 2026 21:28:12 +0000 Subject: [PATCH] Add .gitignore for runtime data and build artifacts --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6a5c6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Runtime data files (backed up by rsync, not by git) +data/heartbeat.jsonl +data/ledger.jsonl +data/queue.jsonl + +# Build artifacts +_build/ +deps/