ComfyUI/.gitignore
Silversith 2fcc546849 Update .gitignore
Add Custom Nodes back into gitignore
2023-04-23 19:24:07 +02:00

16 lines
192 B
Plaintext

__pycache__/
*.py[cod]
output/
input/
!input/example.png
temp/
!custom_nodes/example_node.py.example
extra_model_paths.yaml
/.vs
venv/
venv38/
.idea/
*.ckpt
*.safetensors
models/
custom_nodes/