slow-fast-video-mllm / .gitignore
Flying-Lynx's picture
initial commit
717fa66
raw
history blame contribute delete
265 Bytes
# Python
__pycache__
*.pyc
*.egg-info
dist
# Log
*.log
*.log.*
logs/
# *.json
*.jsonl
images/*
# Data
!**/alpaca-data-conversation.json
# Editor
.idea
*.swp
.github
.vscode
# Other
.DS_Store
wandb
output
gradio_tmp/*
.ipynb_checkpoints
*.ipynb
unit_test*.*