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
This commit is contained in:
Emma Thorpe
2026-06-29 13:29:25 +01:00
parent b605515f05
commit e275be3660
+3
View File
@@ -2,3 +2,6 @@ modules/firmware/*
# vim swap files
*.swp
# Local scratch project, not part of this flake.
tf-inspect/