20 lines
247 B
Plaintext
20 lines
247 B
Plaintext
__pycache__/
|
|
*.npy
|
|
*.npz
|
|
*.pyc
|
|
*.pyd
|
|
*.so
|
|
*.ipynb
|
|
.ipynb_checkpoints
|
|
models/base_models/*
|
|
!models/base_models/.gitkeep
|
|
models/lora_weights/*
|
|
!models/lora_weights/.gitkeep
|
|
outputs/*
|
|
!outputs/.gitkeep
|
|
data/*
|
|
!data/.gitkeep
|
|
wandb/
|
|
flagged/
|
|
.DS_Store
|