Omniscient / .gitignore
Andy Lee
feat: persistent dataset by name
a9dca21
raw
history blame contribute delete
353 Bytes
venv/
.env
__pycache__
.DS_Store
# Results directory (temporary benchmark results)
results/
# Dataset thumbnails (too large for git, can be regenerated)
datasets/*/thumbnails/
# Keep the actual dataset files (golden_labels.json)
!datasets/*/golden_labels.json
# Legacy data directory (can be removed if no longer used)
data/
!data/golden_labels.json