From 93b57b9acb371f2cbb1de5a58bbaad76edd0b268 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Thu, 18 Dec 2025 20:25:44 -0800 Subject: [PATCH] chore: ignore state.json in .gitignore 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 8e117c6a..815a7622 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ coverage.out config.toml !config.example.toml gt + +# Runtime state +state.json