Files
ESP32_ZACUS/.gitignore
T
Isaac db7083845b Initial commit: Freenove ESP32-S3 UI + story engine from le-mystere-professeur-zacus
- Sources: ui_freenove_allinone/ (LovyanGFX + LVGL rendering)
- Libraries: story engine, hardware managers, audio codec drivers
- PlatformIO: freenove_esp32s3_full_with_ui environment
- Status: Ready for optimization work

Date: 2026-03-01
2026-03-01 20:08:00 +01:00

35 lines
277 B
Plaintext

# PlatformIO
.pio/
.platformio/
build/
.gcc-flags.json
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
# OS
.DS_Store
Thumbs.db
# Logs & Artifacts
logs/
artifacts/
*.log
*.tmp
# Firmware artifacts
upload_port
monitor_port
.env