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.
This commit is contained in:
Keith Solomon
2026-07-20 20:28:10 -05:00
parent 9e32b1b179
commit c80de43f55
3 changed files with 46 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
.venv
__pycache__/
*.pyc
thermopro.db
vendor/
.DS_Store