.copier-answers.yml
.gitignore
.gitleaks.toml
.pre-commit-config.yaml
.python-version
Dockerfile
LICENSE
README.md
pyproject.toml
renovate.json
requirements.txt
rtems-proxy.code-workspace
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/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
src/rtems_proxy/__init__.py
src/rtems_proxy/__main__.py
src/rtems_proxy/_version.py
src/rtems_proxy/configure.py
src/rtems_proxy/copy.py
src/rtems_proxy/globals.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/top_level.txt
tests/conftest.py
tests/test_cli.py