This commit is contained in:
Filipriec
2025-11-06 11:48:42 +01:00
parent 90b1b371d6
commit a56cd2f92c
8 changed files with 359 additions and 0 deletions

22
hod5/.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
.build
.mbed
projectfiles
*.py*
# Local build directories
cmake_build/
BUILD/
mbed-os/
.mbed/
.mbedignore
*.elf
*.bin
*.hex
*.map
# IDE and temporary files
.vscode/
.idea/
*.log
*.pyc
__pycache__/