# Build artifacts
*.o
*.d
*.bin
*.elf
*.packed.bin
firmware

# IDE
*.swp
*~
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.pyc
