# Build
build/
out/

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

# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.pyc
.venv/

# Binary
*.o
*.elf
*.bin
*.hex
*.map
*.lst
