# Data artifacts — databases are distributed via Hugging Face, never git.
# Anchored to the repo root so package source-data dirs (e.g.
# packages/ingestion/src/oer_ingestion/data/*.json seeds) stay tracked; *.db
# below still keeps any actual database out of git regardless of location.
/data/
*.db
*.db-shm
*.db-wal

# Raw content snapshots (PRD §11) — large, kept locally / object storage
**/raw/snapshots/

# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
.pytest_cache/
.ruff_cache/

# OS
.DS_Store
