.venv/
venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
dist/
build/
*.egg-info/
.coverage
htmlcov/
*.egg
.DS_Store

# Local secrets / fetch tokens (never commit)
.env
.env.*

# Local fetch manifest (user-specific dataset list; not part of the package)
source.yml

# Fetched/sampled data
data/

