From d99bb3c4221491d4ec7f37a80b1ea0be7977a475 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Wed, 24 Dec 2025 21:56:31 -0800 Subject: [PATCH] gitignore: add hook files and mq directory --- .beads/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.beads/.gitignore b/.beads/.gitignore index f318a814..6d571347 100644 --- a/.beads/.gitignore +++ b/.beads/.gitignore @@ -31,6 +31,12 @@ beads.right.meta.json # bd sync commits to beads-sync, which has its own .gitignore that tracks issues.jsonl issues.jsonl +# Hook files (ephemeral, per-agent work attachments) +hook-*.json + +# MR queue (ephemeral, deleted after merge) +mq/ + # Metadata and config are tracked everywhere !metadata.json !config.json