23 lines
170 B
Text
23 lines
170 B
Text
# IDE / editor files
|
|
.idea/
|
|
.vscode/
|
|
.*.swp
|
|
|
|
# General
|
|
/tmp
|
|
|
|
# C code
|
|
*.o
|
|
*.obj
|
|
*.elf
|
|
*.hex
|
|
*.gch
|
|
*.pch
|
|
|
|
# Python
|
|
__pycache__
|
|
*.py[cod]
|
|
/venv
|
|
|
|
# Firmware
|
|
/firmware/build
|