65c2ea3d50
- install: clone app source, create venv, install deps + torch + models - start: daemon uvicorn on 127.0.0.1 with auto-captured URL - reset: remove venv/cache/models but keep source - update: pull both launcher and app, then re-install - sanitized: no local env details, no TODO/DONE - icon.png included
11 lines
109 B
Plaintext
11 lines
109 B
Plaintext
.DS_Store
|
|
Thumbs.db
|
|
app/venv/
|
|
app/cache/
|
|
app/models/
|
|
app/__pycache__/
|
|
app/*.pyc
|
|
app/.env
|
|
logs/
|
|
pinokio/logs/
|