# Zephyr / nRF Connect SDK
/build/
/.west/
/bootloader/
/modules/
/nrf/
/nrfxlib/
/zephyr/
/tools/
*.o
*.elf
*.hex
*.bin
*.map
*.uf2

# Python
__pycache__/
*.pyc
.venv/
venv/

# OS / editor
.DS_Store
Thumbs.db
.vscode/
