VSA / .gitignore
cnzzx's picture
init
b27b0a2
raw
history blame
328 Bytes
temp/
scripts/start_app.sh
scripts/start_cli.sh
/.history
/.gradio
# Python
__pycache__
*.pyc
*.egg-info
dist
# Log
*.log
*.log.*
*.json
*.jsonl
# Data
!**/alpaca-data-conversation.json
# Editor
.idea
*.swp
# Other
.DS_Store
wandb
output
checkpoints
ckpts*
.ipynb_checkpoints
*.ipynb
*.pt
# DevContainer
!.devcontainer/*