Add Pipenv environment and dry-run notes.

Document commit strategy and add Pipenv config for local development.

Made-with: Cursor
This commit is contained in:
2026-03-03 19:28:06 +13:00
parent b45823c479
commit 615431d6c5
3 changed files with 826 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
esptool = "*"
mpremote = "*"
pyserial = "*"
requests = "*"
[dev-packages]
[requires]
python_version = "3.13"