# secrets — never commit
.env

# python
.venv/
__pycache__/
*.egg-info/
*.pyc

# large ontology downloads + caches (regenerated by `cortex-ingest init`)
data/ontologies/*.txt
data/canonical_labels.json
data/grounding_index.json
data/review_queue.jsonl

# model caches
.cache/
