reorganization for mskbd2

This commit is contained in:
2026-03-30 21:38:16 -07:00
parent 0a45498336
commit 856e950b6d
20014 changed files with 29 additions and 62978 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Python
.venv/
__pycache__/
*.pyc
# Zephyr / West
.west/
build/
zephyr/
modules/hal/
modules/lib/
# C/C++
*.o
*.a
*.elf
*.bin
*.map
# IDE
.vscode/
.idea/
# OS junk
.DS_Store
Thumbs.db