busylight_modular/.gitignore
Christian Mueller 9218d10540 feat: OTA firmware update per device with auto config backup
- Upload .bin firmware files via web UI
- Update individual devices (button per device in table)
- Auto config backup before each update
- Shows current version vs available firmware
- Firmware file management (upload/delete)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-24 13:08:38 +02:00

15 lines
128 B
Plaintext

__pycache__/
*.pyc
*.pyo
.env
venv/
busylight.db
config.cfg
config.dev.cfg
*.egg-info/
backups/
firmware/
dist/
build/
.vscode/