Initial commit

This commit is contained in:
2026-01-17 09:53:08 +02:00
commit 159633e837
148 changed files with 42795 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# ESP-IDF build outputs
build/
build-*/
**/build/
# Python cache
__pycache__/
*.py[cod]
.venv/
**/.venv/
# IDE/editor
.vscode/
.idea/
*.swp
# OS
.DS_Store