18 lines
115 B
Plaintext
18 lines
115 B
Plaintext
# Build Artifacts
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*.axf
|
|
*.lst
|
|
*.bin
|
|
*.map
|
|
|
|
# Python
|
|
__pycache__
|
|
|
|
# MacOSX
|
|
*.DS_Store
|
|
|
|
# VSCode
|
|
.vscode
|