first commit

This commit is contained in:
Leonid Pershin
2026-08-21 02:42:48 +03:00
commit 167d07a733
46 changed files with 3334 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Secrets and local weights — never commit
.env
.env.*
!.env.example
# 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 (if someone runs from the repo)
.gpu-rent/
.pytest_cache/
.mypy_cache/