- 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.
7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
.venv
|
|
__pycache__/
|
|
*.pyc
|
|
thermopro.db
|
|
vendor/
|
|
.DS_Store
|