Files
gpu-rent/.gitignore
T
Leonid PershinandCursor ec8bd28ce0 Add assistent-personas support and enhance model merging functionality
- Introduced `assistent-personas.yaml` to the project and updated the `.gitignore` accordingly.
- Implemented functions to seed and merge assistent personas from local files to the VM.
- Enhanced the model capture process to include merging of wanted models from the VM into `models.yaml`.
- Updated documentation to reflect changes in the assistent personas and model management processes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 21:21:53 +03:00

39 lines
634 B
Plaintext

# Secrets and local weights — never commit
.env
.env.*
!.env.example
gpu-rent.vars
ollama-models.yaml
models.yaml
assistent-personas.yaml
extensions.yaml
# SwarmUI checkpoints / LoRA dropped into the app tree
Models/**
!Models/**/.gitkeep
!Models/README.md
Wildcards/**
!Wildcards/**/.gitkeep
!Wildcards/README.md
CustomWorkflows/**
!CustomWorkflows/**/.gitkeep
!CustomWorkflows/README.md
Output/**
!Output/**/.gitkeep
!Output/README.md
# Python
.venv/
__pycache__/
*.pyc
dist/
*.egg-info/
# Local CLI state / SSH key (inside the repo, not under %)
.gpu-rent/
.pytest_cache/
.mypy_cache/