HERBench / .gitignore
DanBenAmi's picture
Fix Dataset Viewer and clean up repository
89563c9
raw
history blame contribute delete
890 Bytes
# Scripts directory (not uploaded to HF)
scripts/
# Build artifacts
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg
dist/
build/
# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~
.DS_Store
._.DS_Store
Thumbs.db
# Local video directory (source videos)
/videos_source/
# Editor directories
.vscode/
.idea/
*.sublime-*
# Local testing
test_*.py
scratch/
# Documentation and summary files (not needed in HF repo)
CHANGES_SUMMARY.md
FIXES_APPLIED.md
PROJECT_SUMMARY.md
QUICK_START.txt
USAGE_INSTRUCTIONS.md
upload_videos.sh
DEVELOPMENT.md
# Ignore README files in subdirectories
assets/README.md
data/README_DATA.md
data/tasks_raw/
# IMPORTANT:
# Do NOT ignore `assets/`, `data/`, or `videos/` here.
# Hugging Face `hf upload` / `huggingface-cli upload` respects this repo-level `.gitignore`;
# if we ignore those dirs, the CLI will skip committing the files and they won't show up in the HF UI.