From 86429b1f4d7e7f85fd0b4b8839533385f7d8cefa Mon Sep 17 00:00:00 2001 From: Dangerous Things Date: Sat, 2 May 2026 10:18:16 -0700 Subject: [PATCH] gitignore: exclude vkthermo_*.csv stray files Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 332156f..1e0a0df 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,10 @@ applet/.tools/ # Java Card .cap (build product of applet/) *.cap +# --- stray / unrelated workspace files --- +# VivoKey thermo reader logs, not part of this project +vkthermo_*.csv + # --- IDE / OS --- .vscode/ .idea/