21 lines
140 B
Plaintext
21 lines
140 B
Plaintext
# PlatformIO
|
|
.pio
|
|
.vscode
|
|
|
|
# Build artifacts
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.elf
|
|
*.bin
|
|
*.hex
|
|
*.map
|
|
*.d
|
|
|
|
# Other
|
|
*.pyc
|
|
*.pyo
|
|
__pycache__/
|
|
.DS_Store
|
|
Thumbs.db
|