.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
app_settings.schema.json
app_settings.schema.yaml
pyproject.toml
setup.cfg
tox.ini
config/.env
config/config.development.yaml
config/config.yaml
dco/.github/workflows/build-and-test.yml
dco/.github/workflows/ci.yml
dco/.github/workflows/docs.yml
docs/__init__.py
docs/app_settings.md
docs/index.md
examples/__init__.py
examples/__pycache__/__init__.cpython-312.pyc
examples/simple_app/__init__.py
examples/simple_app/app.py
examples/simple_app/test_integration.py
examples/simple_app/__pycache__/__init__.cpython-312.pyc
examples/simple_app/__pycache__/app.cpython-312.pyc
examples/simple_app/__pycache__/test_integration.cpython-312-pytest-9.0.1.pyc
examples/simple_app/config/.env
examples/simple_app/config/config.development.yaml
examples/simple_app/config/config.yaml
scripts/dev_run.sh
scripts/generate_docs.sh
src/dco/__init__.py
src/dco/cli.py
src/dco/core.py
src/dco/secrets.py
src/dco/utils.py
src/dco/watcher.py
src/dco.egg-info/PKG-INFO
src/dco.egg-info/SOURCES.txt
src/dco.egg-info/dependency_links.txt
src/dco.egg-info/entry_points.txt
src/dco.egg-info/requires.txt
src/dco.egg-info/top_level.txt
tests/conftest.py
tests/test_core.py
tests/test_lenient_yaml.py
tests/test_merge.py
tests/test_scaffold.py
tests/test_schema_diff.py
tests/test_secrets.py
tests/test_secrets_quick.py
tests/test_validate_file.py
tests/test_validate_merged.py