# Secrets — never commit
.env

# Data and run artifacts — root-anchored: src/prime_radiant/epi/data is CODE
/data/
/model-output/
*.duckdb
logs/
.coverage

# Python
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
dist/

# OS
.DS_Store

# MkDocs build output
site/
