EgoMemReason / .gitignore
Ziyang Wang
initial Space
1bf5b23
raw
history blame contribute delete
314 Bytes
# Private answer key — pulled at boot from the private dataset, never committed
annotations_private.json
# Paper-baseline seed records — destined for the public DATASET repo, not the Space
seeds/
# Local dev
.venv/
__pycache__/
*.pyc
# Local snapshot caches
.cache/
# Editor / OS
.DS_Store
.idea/
.vscode/