Files
ESP32_ZACUS/.gitignore
T
Claude Worker claude2 7fe0bd2af6
CI / platformio (pull_request) Failing after 4m11s
chore: drop sdkconfig.old from tracking
idf.py set-target regenerates these backups on every target switch;
they slipped into the previous commit. Ignore them like sdkconfig.
2026-06-10 10:51:31 +02:00

65 lines
719 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
# Compiled firmware binaries
*.elf
*.bin
*.map
*.a
# PlatformIO library cache
.pio/libdeps/
.pio/build/
# macOS duplicates
**/* 2
**/* 2.*
**/sdkconfig [0-9]
**/sdkconfig [0-9][0-9]
# Generated NPC audio (regenerated by tools/tts/)
data/hotline_tts/**/*.mp3
!data/hotline_tts/manifest.json
# Local venvs
.venv*/
# IDF managed components + lock + per-build sdkconfig
managed_components/
dependencies.lock
sdkconfig
.cache/
sdkconfig.old