Add .gitignore for runtime data and build artifacts

This commit is contained in:
Claude Opus 4.6 2026-03-20 21:28:12 +00:00
parent 3ccac77116
commit c99dd09d8a

8
.gitignore vendored Normal file
View File

@ -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/