From 6ff407e7bb9a954670c08825f0b234587dc8e702 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Sun, 16 Aug 2026 03:56:08 +0200 Subject: [PATCH] chore: machine-local state has a home here too Guidance rule 15 puts every machine-local artefact under a gitignored local/, and this repo could only have committed one. Co-Authored-By: Claude Opus 5 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 44e7813..a1fcf94 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ Debug # CMake / clangd /build/ +/local/ compile_commands.json .cache/