Files
bootloader/.gitignore
BlackMark 6ff407e7bb chore: machine-local state has a home here too
Guidance rule 15 puts every machine-local artefact under a gitignored local/,
and this repo could only have committed one.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-16 03:56:08 +02:00

22 lines
175 B
Plaintext

.vs
Release
Debug
*.componentinfo.xml
*.elf
*.o
*.hex
*.srec
*.eeprom
*.lss
*.map
# CMake / clangd
/build/
/local/
compile_commands.json
.cache/
# Python
__pycache__/
*.pyc