From 99e261c643addd2d059f8ee30ae891359c6c9e5d Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Thu, 18 Dec 2025 20:23:04 -0800 Subject: [PATCH] chore: gitignore Gas Town state.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 56a5e0c6..2b4af677 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,6 @@ bd-profile-*.prof bd-trace-*.out # AI planning documents (ephemeral) history/ + +# Gas Town agent state +state.json