From e275be36602c461117c27b209d23e7a7c40b57bc Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Mon, 29 Jun 2026 13:29:25 +0100 Subject: [PATCH] chore: gitignore the local tf-inspect scratch project tf-inspect/ is a separate project living untracked in the repo root; ignore it so it stops showing in git status and cannot be lost to git clean. Closes #52 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 596783b..d9b9b84 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ modules/firmware/* # vim swap files *.swp + +# Local scratch project, not part of this flake. +tf-inspect/