Inital commit

This commit is contained in:
Matt
2025-12-12 21:55:13 +00:00
commit f6553d8e41
8 changed files with 1234 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# ESP-IDF
/build/
/sdkconfig
/sdkconfig.old
/managed_components/
/dependencies.lock
/.cache
/.clangd
# Python
__pycache__/
*.py[cod]
# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store