Travel_Assistant / .gitattributes
Eliot0110's picture
配置Git LFS处理大文件
4db3522
raw
history blame contribute delete
603 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.venv/
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
.DS_Store?
# Logs
*.log
logs/
# Model files (如果模型文件很大)
*.bin filter=lfs diff=lfs merge=lfs -text
*.safetensors filter=lfs diff=lfs merge=lfs -text
*.ckpt
# Temporary files
tmp/
temp/
.tmp/
# HuggingFace specific
.cache/
wandb/
# 敏感配置文件(如果有的话)
.env.local
secrets.json