.gitignore
CLAUDE.md
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/auto-merge-dependabot.yml
.github/workflows/auto-release.yml
.github/workflows/lint_and_test.yml
.github/workflows/pypi.yml
assets/demo.gif
assets/settings-browser-integration.png
assets/settings-ssh-agent.png
assets/ssh-key-entry-settings.png
keepassxc_ssh_agent/__init__.py
keepassxc_ssh_agent/__main__.py
keepassxc_ssh_agent/config.py
keepassxc_ssh_agent/server.py
keepassxc_ssh_agent/ssh_agent_protocol.py
keepassxc_ssh_agent.egg-info/PKG-INFO
keepassxc_ssh_agent.egg-info/SOURCES.txt
keepassxc_ssh_agent.egg-info/dependency_links.txt
keepassxc_ssh_agent.egg-info/entry_points.txt
keepassxc_ssh_agent.egg-info/requires.txt
keepassxc_ssh_agent.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_main.py
tests/test_server.py
tests/test_ssh_agent_protocol.py