Spaces:
Runtime error
Runtime error
Commit ·
3ecdfe9
1
Parent(s): 412c792
added pycache to .gitignore
Browse files- .gitignore +4 -0
.gitignore
CHANGED
|
@@ -5,4 +5,8 @@ seed_images/
|
|
| 5 |
cuda_12.4.0_550.54.14_linux.run
|
| 6 |
models/
|
| 7 |
|
|
|
|
|
|
|
| 8 |
|
|
|
|
|
|
|
|
|
| 5 |
cuda_12.4.0_550.54.14_linux.run
|
| 6 |
models/
|
| 7 |
|
| 8 |
+
# Python Cache
|
| 9 |
+
__pycache__/
|
| 10 |
|
| 11 |
+
# Environment variables
|
| 12 |
+
.env
|