Files
sensor-pico/.gitignore
2026-03-23 18:05:52 +01:00

24 lines
207 B
Plaintext

# Build
build/
# VS Code
.vscode/
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
# Compiled output
*.uf2
*.elf
*.bin
*.hex
*.map
*.dis
# Python cache (pico sdk tools)
__pycache__/
*.pyc