Files
led-driver-8/.gitignore
Jimmy f7beac2095 Replace MicroPython runtime with Pico C + W5500 firmware.
Ship UDP RGB panel firmware (eight WS2812 strips) and drop the ESP32 Wi-Fi/MicroPython stack.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-01 21:52:52 +12:00

37 lines
289 B
Plaintext

# Firmware build
firmware/build/
build/
sdkconfig
sdkconfig.old
# Local make / deploy config
.env
# Binary files
*.bin
*.uf2
*.elf
*.hex
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
*.egg-info/
dist/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db