| 12345678910111213141516171819202122232425262728293031323334353637 |
- # PlatformIO build and dependency state
- .pio/
- .pioenvs/
- .piolibdeps/
- libdeps/
- # PlatformIO / editor-generated configuration
- .vscode/*
- !.vscode/extensions.json
- .idea/
- .clangd/
- # ESP-IDF generated configuration and managed component sources
- sdkconfig
- sdkconfig.old
- sdkconfig.*
- !sdkconfig.defaults
- !sdkconfig.defaults.*
- managed_components/
- components/
- compile_commands.json
- # Generated firmware and linker artifacts
- *.bin
- *.elf
- *.map
- # Local tooling, caches, and packaged deliverables
- work/
- outputs/
- .cache/
- __pycache__/
- *.py[cod]
- # Host operating-system files
- .DS_Store
- Thumbs.db
|