From 22de63d37d933a09cd8bbb44c6e70959ca1e996d Mon Sep 17 00:00:00 2001 From: Yuriy Mayatnikov Date: Mon, 25 May 2026 21:47:50 +0300 Subject: [PATCH] chore: ignore local plans/ scratch directory Operator PRDs and scratch implementation notes live under plans/ and should not be committed to the repo. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7451e32..258ebb6 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,9 @@ state/ logs/ *.log +# Local execution plans / operator scratch PRDs +plans/ + # OS / editor .DS_Store Thumbs.db