Upload .gitignore
Browse files- .gitignore +19 -0
.gitignore
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Python
|
2 |
+
__pycache__/
|
3 |
+
|
4 |
+
# Libraries and Models
|
5 |
+
CLIP/
|
6 |
+
taming-transformers/
|
7 |
+
taming/
|
8 |
+
checkpoints/
|
9 |
+
|
10 |
+
# Editor
|
11 |
+
.vscode/
|
12 |
+
|
13 |
+
# Operations
|
14 |
+
outputs/
|
15 |
+
steps/
|
16 |
+
|
17 |
+
# Files
|
18 |
+
output.png
|
19 |
+
steps.mp4
|