.gitignore
.pre-commit-config.yaml
CONTRIBUTORS.md
LICENSE
README.md
pyproject.toml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
src/dnest4_bilby/__init__.py
src/dnest4_bilby/model.py
src/dnest4_bilby/plugin.py
src/dnest4_bilby.egg-info/PKG-INFO
src/dnest4_bilby.egg-info/SOURCES.txt
src/dnest4_bilby.egg-info/dependency_links.txt
src/dnest4_bilby.egg-info/entry_points.txt
src/dnest4_bilby.egg-info/requires.txt
src/dnest4_bilby.egg-info/top_level.txt
tests/conftest.py
tests/test_bilby_integration.py
tests/test_model.py
tests/test_plugin.py