Add .gitignore, remove build artifacts from tracking

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
UA1ZBE
2026-04-12 00:44:58 +03:00
parent a1206d6fd4
commit 31f4d5c8a0

28
.gitignore vendored
View File

@@ -1,11 +1,21 @@
*.d # Build artifacts
*.o *.o
*.d
*.bin
*.elf
*.packed.bin
firmware firmware
/firmware.packed.bin
/firmware.bin # IDE
/compiled-firmware *.swp
.cache *~
compile_commands.json .vscode/
.vscode .idea/
/docs
k5_eeprom.raw # OS
.DS_Store
Thumbs.db
# Python
__pycache__/
*.pyc