Skip to content

Commit 0ac4faa

Browse files
committed
gitignore: exclude "wandb"
1 parent e7b820b commit 0ac4faa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
.python-version
55
.venv
66
.vscode
7+
.wandb
78
TODO.txt
89
tmp
9-
*.mp4
10-
*.jpg
11-
*.png
10+
*.ckpt
1211
*.gif
13-
*.webp
1412
*.heic
1513
*.heif
14+
*.jpg
15+
*.json
16+
*.mov
17+
*.mp4
18+
*.png
1619
*.pt
1720
*.safetensors
18-
*.ckpt
1921
*.safetensors
2022
*.safetensors.index.json
2123
*.safetensors.index.json.lock
22-
*.json
24+
*.webp
2325
configs/*.yaml
24-
2526
!configs/ltxv_2b_full.yaml
2627
!configs/ltxv_2b_lora.yaml
2728
!configs/ltxv_2b_lora_low_vram.yaml
2829
outputs
29-
*.mov

0 commit comments

Comments
 (0)