Files
ESP-Scope/.gitignore
2026-04-05 23:26:11 +02:00

21 lines
186 B
Plaintext

# ESP-IDF
/build/
/sdkconfig
/sdkconfig.old
/managed_components/
/dependencies.lock
/.cache
/.clangd
*.bin
# Python
__pycache__/
*.py[cod]
# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store