35 lines
No EOL
295 B
Text
35 lines
No EOL
295 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
|
|
# Training outputs
|
|
outputs/
|
|
data/
|
|
!data/basic_cot/train.jsonl
|
|
wandb/
|
|
*.log
|
|
|
|
# Model files
|
|
*.pt
|
|
*.pth
|
|
*.bin
|
|
*.safetensors
|
|
|
|
# Temporary
|
|
*.tmp
|
|
.cache/
|
|
accelerate_config.yaml
|
|
hostfile
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
*~
|
|
|
|
# Keep lock files
|
|
!uv.lock |