mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-06 03:57:56 +08:00
chore: update .gitignore
- Add new ignore patterns for dataset and model directories - Update rules for development files
This commit is contained in:
parent
ba85627577
commit
5cb9303286
13
.gitignore
vendored
13
.gitignore
vendored
@ -9,3 +9,16 @@ logs/
|
|||||||
output*
|
output*
|
||||||
test*
|
test*
|
||||||
venv
|
venv
|
||||||
|
**/.swp
|
||||||
|
**/*.log
|
||||||
|
**/*.debug
|
||||||
|
**/.vscode
|
||||||
|
|
||||||
|
**/*debug*
|
||||||
|
**/.gitignore
|
||||||
|
**/finetune/*-lora-*
|
||||||
|
**/finetune/Disney-*
|
||||||
|
**/wandb
|
||||||
|
**/results
|
||||||
|
**/*.mp4
|
||||||
|
**/validation_set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user