mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-16 01:00:49 +08:00
28 lines
451 B
Plaintext
28 lines
451 B
Plaintext
# If you modify this file, remember to update .dockerignore as well.
|
|
__pycache__/
|
|
*.py[cod]
|
|
/output/
|
|
/input/
|
|
!/input/example.png
|
|
/models/
|
|
/temp/
|
|
/custom_nodes/
|
|
!custom_nodes/example_node.py.example
|
|
extra_model_paths.yaml
|
|
/.vs
|
|
.vscode/
|
|
.idea/
|
|
venv/
|
|
.venv/
|
|
/web/extensions/*
|
|
!/web/extensions/logging.js.example
|
|
!/web/extensions/core/
|
|
/tests-ui/data/object_info.json
|
|
/user/
|
|
*.log
|
|
web_custom_versions/
|
|
.DS_Store
|
|
openapi.yaml
|
|
filtered-openapi.yaml
|
|
uv.lock
|