chore(core): ignore some ancillary directories
What changed, and why it matters
This commit simply adds two directory names to the project's .gitignore file so that files created by a Visual Studio Code extension are not accidentally committed to the repository. It does not change any executable code, cryptographic logic, or security-sensitive behavior.
No security action required. This is a routine repository hygiene change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds two entries to .gitignore: /.clangd and /.tf-tools. These are directories used by the vscode-tf-tools extension to inject clangd configuration. There are no code changes, build system changes, or security-relevant modifications.
Changed components
.gitignoreInspect captured patch +2 / −0
diff --git a/.gitignore b/.gitignore
index d143429b..4d425411 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ proto.gv*
.DS_Store
crypto/tests/libtrezor-crypto.so.dSYM/
.hypothesis/
+/.clangd
+/.tf-tools
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.