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:
@@ -0,0 +1,6 @@
|
||||
.venv
|
||||
__pycache__/
|
||||
*.pyc
|
||||
thermopro.db
|
||||
vendor/
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user