Files
ESP32-ThermoPro-Bridge/frontend/.gitignore
T
Keith Solomon c80de43f55 fix: run frontend without virtualenv
- Modify app.py to add vendor/ to sys.path so pip --target works.
- Add frontend/.gitignore to exclude vendor/, __pycache__, thermopro.db.
- Update README with pip --target instructions.
2026-07-20 20:28:10 -05:00

7 lines
56 B
Plaintext

.venv
__pycache__/
*.pyc
thermopro.db
vendor/
.DS_Store