Upload .gitignore with huggingface_hub
Browse files- .gitignore +7 -0
.gitignore
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.DS_Store
|
2 |
+
venv
|
3 |
+
.env
|
4 |
+
data
|
5 |
+
src/comfyui/models/
|
6 |
+
simulated_uploaded
|
7 |
+
__pycache__
|