bridge mit ready und statemachine system

This commit is contained in:
2025-12-27 01:31:45 +01:00
parent ed2964bbbf
commit 90707055ce
36 changed files with 2791 additions and 355 deletions
+44
View File
@@ -0,0 +1,44 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/
.env
# Chrome Profile (enthält Login-Session)
python_bridge/chrome_profile/
# Lokale Konfiguration (kann sensible Daten enthalten)
config.local.yaml
*.local.yaml
# Logs
*.log
python_bridge/bridge.log
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Build
build/
dist/
*.egg-info/
# PlatformIO
esp32_firmware/.pio/
esp32_firmware/.pioenvs/
esp32_firmware/.piolibdeps/
# Testbilder (optional, können groß sein)
python_bridge/test_images/