# IDE / editor files
.idea/
.vscode/
.*.swp

# General
/tmp
Makefile.local

# C code
*.o
*.obj
*.elf
*.hex
*.gch
*.pch

# Python
__pycache__
*.py[cod]
/venv

# Firmware
/firmware/build
