# ESP-IDF (unanchored: also matches component test_apps/*/build etc.)
build/
managed_components/
dependencies.lock
sdkconfig
sdkconfig.old
*.o
*.elf
*.bin
*.map

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

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