From da7c4dc6ba5530b2fb0b53f7d1ad53e61e60706c Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sun, 31 May 2026 08:54:35 -0700 Subject: [PATCH] chore: ignore gbrain .sources/ local staging dir gbrain writes per-source staging and capability-check artifacts under .sources/ in the repo root. It's machine-local runtime state, not source. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9fde8011f..42b2c2a04 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ supabase/.temp/ # Throughput analysis — local-only, regenerate via scripts/garry-output-comparison.ts docs/throughput-*.json + +# gbrain local source-staging dir (capability checks, source clones) — runtime artifact +.sources/