Skip to content

Commit 0b9b99b

Browse files
chore(ai): 🙈 gitignore bonsai output artifacts (#165)
## Summary Add `ai/out/` to `.gitignore` to exclude ephemeral bonsai check outputs (`ai-check.json`, `patch-plan.json`) from version control. ## Test plan - [ ] Verify `ai/out/` no longer appears in `git status` - [ ] Confirm existing tracked files are unaffected 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1921444 commit 0b9b99b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ bench-*.txt
1717
/stream_write_records
1818
/vector_artifacts
1919
/volume_sparse
20+
21+
# Bonsai check output (ephemeral)
22+
ai/out/

0 commit comments

Comments
 (0)