ComfyUI/.gitignore

23 lines
332 B
Plaintext
Raw Normal View History

2023-01-03 06:53:32 +00:00
__pycache__/
*.py[cod]
2023-09-12 22:44:05 +00:00
/output/
/input/
!/input/example.png
/models/
/temp/
/custom_nodes/
2023-03-20 04:37:32 +00:00
!custom_nodes/example_node.py.example
extra_model_paths.yaml
/.vs
2024-06-26 23:59:19 +00:00
.vscode/
.idea/
venv/
2023-09-12 22:44:05 +00:00
/web/extensions/*
!/web/extensions/logging.js.example
!/web/extensions/core/
/tests-ui/data/object_info.json
2024-06-26 23:59:09 +00:00
/user/
*.log
2024-08-12 16:32:34 +00:00
web_custom_versions/
.DS_Store