Initial commit

This commit is contained in:
osiu97
2026-01-05 11:17:19 +01:00
commit 2212913cd0
12 changed files with 1205 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
# Build output (in-repo)
build/
# Other common build dirs
cmake-build-*/
out/
dist/
# CMake/Ninja generated files (in case you build in-tree elsewhere)
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
compile_commands.json
*.ninja
.ninja_deps
.ninja_log
# Pico SDK / embedded build artifacts
*.elf
*.uf2
*.bin
*.hex
*.map
*.dis
*.lst
*.sym
# Object/dependency archives
*.o
*.a
*.d
*.su
# Logs and crash dumps
*.log
core
core.*
# IDE/editor
.vscode/
.idea/
*.code-workspace
*.swp
*.swo
*~
.DS_Store
Thumbs.db