26 lines
187 B
Plaintext
26 lines
187 B
Plaintext
# Python
|
|
__pycache__
|
|
*.pyc
|
|
*.egg-info
|
|
dist
|
|
|
|
# Log
|
|
*.log
|
|
*.log.*
|
|
*.json
|
|
|
|
# Data
|
|
!**/alpaca-data-conversation.json
|
|
|
|
# Editor
|
|
.idea
|
|
*.swp
|
|
|
|
# Other
|
|
.DS_Store
|
|
wandb
|
|
output
|
|
|
|
checkpoints
|
|
ckpts*
|