*venv*/
__pycache__/
dist/

data/
!src/dataeval/data
!src/dataeval/utils/data
!tests/data
!tests/utils/data

docs/build/
docs/source/reference/autoapi
docs/source/tutorials/notebooks/checkpoints/

# Jupyter cache is stored in orphan branches (docs-artifacts/<branch>)
# See scripts/README.md for details
.jupyter_cache/

# Generated notebook files - stored in docs-artifacts branches for Colab
docs/source/notebooks/*.ipynb

output/
.coverage*

.tox/
.nox/
.python-version
.cuda-version

# Used to store user customizable settings
.settings
# debug profiles
.vscode/launch.json

# Autogenerated version file
src/dataeval/_version.py
