.DS_Store
src/imdtrack/_version.py
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Docs build artifacts
docs/_build/
docs/jupyter_execute/
docs/**/jupyter_execute/
.jupyter_cache/
docs/api/_autosummary/
*.xlsx
*.parquet
.cache/

# ...but the *published* dataset committed by the pipeline must be tracked.
!data/
!data/*.parquet
!data/manifest.json
