feat: boot manager, provisioning server, node stubs v0.3.0

This commit is contained in:
2026-06-06 17:25:52 +02:00
parent c22a2ea07e
commit 829a3e5f44
10 changed files with 622 additions and 145 deletions

31
.gitignore vendored
View File

@@ -1,17 +1,22 @@
# MicroPython compiled
*.mpy
# Secrets
wifi_config.py
config.py
# Runtime files generated on device — never commit
config.json
tenant_*.py
identity_seed.bin
identity_pk.b64
identity_jwt.txt
identity_node_uid.txt
# OS
.DS_Store
Thumbs.db
# Duplicates / backups
*.copy
*copy*
# IDE
# Dev junk
blink.py
oled_test.py
wifitest.py
test.py
test_*.py
# VSCode
.vscode/
.idea/
__pycache__/
*.code-workspace
.micropico