.cookiecutter.json
.cruft.json
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
README.rst
cli.py
noxfile.py
pyproject.toml
setup.cfg
.github/dependabot.yml
.github/workflows/release.yml
.github/workflows/tests.yml
src/dvc_data/__init__.py
src/dvc_data/_progress.py
src/dvc_data/checkout.py
src/dvc_data/diff.py
src/dvc_data/gc.py
src/dvc_data/py.typed
src/dvc_data/stage.py
src/dvc_data/status.py
src/dvc_data/transfer.py
src/dvc_data.egg-info/PKG-INFO
src/dvc_data.egg-info/SOURCES.txt
src/dvc_data.egg-info/dependency_links.txt
src/dvc_data.egg-info/not-zip-safe
src/dvc_data.egg-info/requires.txt
src/dvc_data.egg-info/top_level.txt
src/dvc_data/db/__init__.py
src/dvc_data/db/index.py
src/dvc_data/db/local.py
src/dvc_data/db/reference.py
src/dvc_data/hashfile/__init__.py
src/dvc_data/hashfile/_ignore.py
src/dvc_data/hashfile/cache.py
src/dvc_data/hashfile/db.py
src/dvc_data/hashfile/hash.py
src/dvc_data/hashfile/hash_info.py
src/dvc_data/hashfile/istextfile.py
src/dvc_data/hashfile/meta.py
src/dvc_data/hashfile/obj.py
src/dvc_data/hashfile/state.py
src/dvc_data/hashfile/utils.py
src/dvc_data/objects/__init__.py
src/dvc_data/objects/tree.py
tests/__init__.py
tests/conftest.py
tests/test_dvc_data.py
tests/hashfile/__init__.py
tests/hashfile/test_cache.py
tests/hashfile/test_db.py
tests/hashfile/test_hash.py
tests/hashfile/test_hash_stream.py
tests/hashfile/test_istextfile.py
tests/hashfile/test_obj.py
tests/hashfile/test_utils.py
tests/objects/__init__.py
tests/objects/test_tree.py