Restore esp32 MicroPython sources (main, benchmark_peers)

Adjust .gitignore to ignore esp32/* except *.py so firmware .bin stays untracked.

Made-with: Cursor
This commit is contained in:
2026-03-21 19:59:52 +13:00
parent c178e87966
commit 8689bdb6ef
3 changed files with 178 additions and 1 deletions

4
.gitignore vendored
View File

@@ -27,6 +27,8 @@ Thumbs.db
*.db
*.sqlite
esp32
# ESP32: track MicroPython sources; ignore firmware blobs (can't ignore esp32/ then un-ignore children)
esp32/*
!esp32/*.py