From 2003ff69fb3d071442c2b1edc7a63c7b1cb14bab Mon Sep 17 00:00:00 2001 From: Andriy Oblivantsev Date: Fri, 17 Jul 2026 12:17:06 +0100 Subject: [PATCH] chore: ignore local tooling and prototype-3d WIP Keep .cursor, .grok, and prototype-3d on disk without polluting git status. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index e7abda3..9e709e9 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,8 @@ dist/ .terraform/ *.tfstate *.tfstate.* + +# Local tooling / WIP (keep on disk, never commit) +.cursor/ +.grok/ +prototype-3d/