From 7096bec802106fcd6b32c886f0775c234cd4d70c Mon Sep 17 00:00:00 2001 From: mayor Date: Fri, 3 Apr 2026 16:47:02 +0200 Subject: [PATCH] chore: gitignore Gas Town agent artifacts Add .beads/, .claude/, and .runtime/ to .gitignore to prevent agent workspace files from being accidentally committed. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 1693b100b6..c13cb1fb44 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,8 @@ coverage.out # Usage metrics script binary usage-metrics/scripts/collect-metrics + +# Gas Town / Claude Code agent artifacts +.beads/ +.claude/ +.runtime/