Delete .gitignore
Browse files- .gitignore +0 -27
.gitignore
DELETED
|
@@ -1,27 +0,0 @@
|
|
| 1 |
-
__pycache__/
|
| 2 |
-
*.py[cod]
|
| 3 |
-
/output/
|
| 4 |
-
/input/
|
| 5 |
-
!/input/example.png
|
| 6 |
-
/models/
|
| 7 |
-
/temp/
|
| 8 |
-
/custom_nodes/
|
| 9 |
-
!custom_nodes/example_node.py.example
|
| 10 |
-
extra_model_paths.yaml
|
| 11 |
-
/.vs
|
| 12 |
-
.vscode/
|
| 13 |
-
.idea/
|
| 14 |
-
venv/
|
| 15 |
-
.venv/
|
| 16 |
-
/web/extensions/*
|
| 17 |
-
!/web/extensions/logging.js.example
|
| 18 |
-
!/web/extensions/core/
|
| 19 |
-
/tests-ui/data/object_info.json
|
| 20 |
-
/user/
|
| 21 |
-
*.log
|
| 22 |
-
web_custom_versions/
|
| 23 |
-
.DS_Store
|
| 24 |
-
openapi.yaml
|
| 25 |
-
filtered-openapi.yaml
|
| 26 |
-
uv.lock
|
| 27 |
-
**/.cache/**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|