19 lines
158 B
Plaintext
19 lines
158 B
Plaintext
# ESP-IDF build outputs
|
|
build/
|
|
build-*/
|
|
**/build/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
**/.venv/
|
|
|
|
# IDE/editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|