.copier-answers.yml
.gitignore
.gitleaks.toml
.gitmodules
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
pyproject.toml
renovate.json
requirements.txt
update-schema
uv.lock
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/copilot-instructions.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_container.yml
.github/workflows/_dist.yml
.github/workflows/_docs.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.github/workflows/periodic.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/_api.rst
docs/conf.py
docs/explanations.md
docs/genindex.md
docs/how-to.md
docs/index.md
docs/reference.md
docs/tutorials.md
docs/_templates/custom-module-template.rst
docs/explanations/decisions.md
docs/explanations/deployment-flavours.md
docs/explanations/golden-file-tests.md
docs/explanations/hybrid-mode.md
docs/explanations/why-a-proxy-container.md
docs/explanations/decisions/0001-record-architecture-decisions.md
docs/explanations/decisions/0002-switched-to-python-copier-template.md
docs/explanations/decisions/COPYME
docs/how-to/contribute.md
docs/how-to/convert-builder-xml.md
docs/how-to/deploy-to-kubernetes.md
docs/how-to/run-hybrid-mode.md
docs/how-to/set-up-the-devcontainer.md
docs/how-to/test-with-claude-sandbox.md
docs/how-to/troubleshoot-hybrid.md
docs/how-to/update-test-baselines.md
docs/images/dls-logo.svg
docs/reference/configuration.md
docs/reference/hybrid-pipeline.md
docs/reference/macro-checks.md
docs/tutorials/hybrid-ioc-walkthrough.md
docs/tutorials/installation.md
src/rtems_proxy/__init__.py
src/rtems_proxy/__main__.py
src/rtems_proxy/_version.py
src/rtems_proxy/configure.py
src/rtems_proxy/connect.py
src/rtems_proxy/copy.py
src/rtems_proxy/globals.py
src/rtems_proxy/hybrid.py
src/rtems_proxy/macros.py
src/rtems_proxy/rsync.sh.jinja
src/rtems_proxy/telnet.py
src/rtems_proxy/trace.py
src/rtems_proxy/utils.py
src/rtems_proxy.egg-info/PKG-INFO
src/rtems_proxy.egg-info/SOURCES.txt
src/rtems_proxy.egg-info/dependency_links.txt
src/rtems_proxy.egg-info/entry_points.txt
src/rtems_proxy.egg-info/requires.txt
src/rtems_proxy.egg-info/scm_file_list.json
src/rtems_proxy.egg-info/scm_version.json
src/rtems_proxy.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_globals.py
tests/test_hybrid.py
tests/test_macros.py
tests/samples/BL04I-VA-IOC-01.xml
tests/samples/BL19I-VA-IOC-01.xml
tests/samples/bl04i-va-ioc-01.ioc.subst
tests/samples/bl04i-va-ioc-01.st.cmd
tests/samples/bl19i-va-ioc-01.ioc.subst
tests/samples/bl19i-va-ioc-01.st.cmd
tests/samples/make_samples.sh