gitignore: exclude vkthermo_*.csv stray files

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-02 10:18:16 -07:00
parent 782074f6ae
commit 86429b1f4d

4
.gitignore vendored
View File

@@ -77,6 +77,10 @@ applet/.tools/
# Java Card .cap (build product of applet/) # Java Card .cap (build product of applet/)
*.cap *.cap
# --- stray / unrelated workspace files ---
# VivoKey thermo reader logs, not part of this project
vkthermo_*.csv
# --- IDE / OS --- # --- IDE / OS ---
.vscode/ .vscode/
.idea/ .idea/