Files
LoraTestSystemRX_TX/.gitignore
2026-01-17 09:53:08 +02:00

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