feat: identity-micropython v0.1.0 — Pico W Ed25519 PoC

This commit is contained in:
2026-05-21 23:07:50 +02:00
commit d23062d54f
7 changed files with 716 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# MicroPython compiled
*.mpy
# Secrets
main.py
wifi_config.py
config.py
tenant_*.py
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/