.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
rair/__init__.py
rair/__main__.py
rair/archive.py
rair/auto_detect.py
rair/cli.py
rair/cli_parser.py
rair/config.py
rair/core.py
rair/git.py
rair/hashing.py
rair/models.py
rair/script_type.py
rair/setup.py
rair/tracking.py
rair/utils.py
rair/rair.egg-info/PKG-INFO
rair/rair.egg-info/SOURCES.txt
rair/rair.egg-info/dependency_links.txt
rair/rair.egg-info/entry_points.txt
rair/rair.egg-info/requires.txt
rair/rair.egg-info/top_level.txt
tests/__init__.py
tests/mymodel.py
tests/test_archive.py
tests/test_auto_detect.py
tests/test_auto_discover.py
tests/test_cli.py
tests/test_cli_e2e.py
tests/test_cli_parser.py
tests/test_config.py
tests/test_core.py
tests/test_data_versioning.py
tests/test_git.py
tests/test_models.py
tests/test_run_json.py
tests/test_script_type.py
tests/test_setup.py
tests/test_tracking.py
tests/test_utils.py