072210dd2d
Add project sources with a minimal gitignore for IDE/build artifacts only while keeping firmware files tracked. Made-with: Cursor
11 lines
106 B
Plaintext
11 lines
106 B
Plaintext
.DS_Store
|
|
|
|
# STM32CubeIDE build artifacts
|
|
Debug/
|
|
Release/
|
|
|
|
# Tool-generated caches/temp
|
|
*.log
|
|
*.tmp
|
|
*.bak
|