From 8131fa4829fe7b89b1701bdfd9711ca0bf58857f Mon Sep 17 00:00:00 2001 From: ruv Date: Mon, 2 Mar 2026 16:55:49 -0500 Subject: [PATCH] chore: add CLAUDE.local.md to .gitignore Local machine configuration (ESP-IDF paths, COM port, build instructions) should not be committed to the repository. Co-Authored-By: claude-flow --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 93c41db2..197fc73a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Local machine configuration (not shared) +CLAUDE.local.md + # ESP32 firmware build artifacts and local config (contains WiFi credentials) firmware/esp32-csi-node/build/ firmware/esp32-csi-node/sdkconfig