# Firmware build
firmware/build/

# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
.pytest_cache/
.ruff_cache/
dist/

# macOS
.DS_Store

# Editor
.vscode/
.idea/
