Identity IoT: initial release — boot manager, provisioning, sensor/relay
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Runtime files generated on device — never commit
|
||||
config.json
|
||||
identity_seed.bin
|
||||
identity_pk.b64
|
||||
identity_jwt.txt
|
||||
identity_node_uid.txt
|
||||
|
||||
# Duplicates / backups
|
||||
*.copy
|
||||
*copy*
|
||||
|
||||
# Dev junk
|
||||
blink.py
|
||||
oled_test.py
|
||||
wifitest.py
|
||||
test.py
|
||||
test_*.py
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
.micropico
|
||||
Reference in New Issue
Block a user