.env
.env.*
!.env.example
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
dist/
build/
*.egg-info/
.coverage
htmlcov/
data/raw/
data/interim/
*.parquet
*.duckdb
*.zip
.DS_Store

# Bulk downloads for ingest development. Hundreds of megabytes; never committed.
# Fixtures under tests/fixtures/ are small real slices and ARE committed.
data/raw/
*.zip

dist/
