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>
22 lines
175 B
Plaintext
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
|