first commit
This commit is contained in:
+33
@@ -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/
|
||||
Reference in New Issue
Block a user