Spaces:
Runtime error
Runtime error
Added tmp to gitignore
Browse files- .gitignore +4 -0
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
generate/
|
2 |
videos/
|
3 |
token.txt
|
@@ -6,6 +7,9 @@ pat.txt
|
|
6 |
runs/
|
7 |
wandb/*
|
8 |
!wandb/run-20230303_211416-ox4d1p0u
|
|
|
|
|
|
|
9 |
# Byte-compiled / optimized / DLL files
|
10 |
__pycache__/
|
11 |
*.py[cod]
|
|
|
1 |
+
# Project specific
|
2 |
generate/
|
3 |
videos/
|
4 |
token.txt
|
|
|
7 |
runs/
|
8 |
wandb/*
|
9 |
!wandb/run-20230303_211416-ox4d1p0u
|
10 |
+
*/tmp/*
|
11 |
+
|
12 |
+
|
13 |
# Byte-compiled / optimized / DLL files
|
14 |
__pycache__/
|
15 |
*.py[cod]
|