Datasets:

Modalities:
Video
ArXiv:
License:
FreeTacMan / .gitattributes
LongyanWu's picture
update
bf62400
raw
history blame
262 Bytes
# Git LFS 配置 - 处理大文件
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.csv filter=lfs diff=lfs merge=lfs -text
*.xlsx filter=lfs diff=lfs merge=lfs -text
# 忽略系统文件
.DS_Store
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
.coverage
.pytest_cache/