progressive-llm/.gitignore
2025-07-10 22:43:31 +09:00

33 lines
269 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
*~