ComfyUI/.gitignore
2023-04-18 09:10:06 +02:00

15 lines
172 B
Plaintext

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