Computer-Science / .gitignore
shaico111's picture
Restore dataset tree to ae4bcdf (tree-restore commit, no force push)
2c6aa0e
Raw
History Blame
330 Bytes
upload_to_hf.py
upload_space.py
.tmp-space
.cursor/
logo.svg
# Repo-specific scratch/outputs
.tmp-space/
cs26-portal/
# Python
__pycache__/
.Python
.venv/
venv/
ENV/
env/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.cache/
# OS/editor junk
.DS_Store
Thumbs.db
Desktop.ini
$RECYCLE.BIN/
# Logs
*.log