From a7bcbed8cea5caab13a720eba6ac2cca7bf721c1 Mon Sep 17 00:00:00 2001 From: leetcrypt Date: Mon, 15 Jun 2026 10:34:10 -0700 Subject: [PATCH] chore: keep docs/ROTATION.md local-only (gitignore from upstream) Rotation design stays on disk for local reference but is excluded from the pushed repo. Co-Authored-By: Claude Opus 4.8 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4515627..9338690 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ *.env .env.* +# local-only design docs (kept on disk, never pushed upstream) +docs/ROTATION.md + # editor / OS *.swp .DS_Store