initial commit

This commit is contained in:
2026-02-23 18:35:45 +01:00
commit fa4728b922
14 changed files with 2387 additions and 0 deletions

50
.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# PlatformIO
.pio/
.pioenvs/
.piolibdeps/
.clang_complete
.c_cpp_properties.json
compile_commands.json
# VS Code
.vscode/
!.vscode/extensions.json
!.vscode/settings.json
# Build artifacts
build/
dist/
*.o
*.a
*.so
*.elf
*.hex
*.bin
# IDE and editors
*.swp
*.swo
*~
.DS_Store
.project
.pydevproject
.settings/
*.sublime-workspace
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.Python
venv/
env/
# Dependencies
lib/
node_modules/
# OS files
.DS_Store
Thumbs.db