.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
sonar-project.properties
uv.lock
.github/workflows/auto-merge.yml
.github/workflows/pypi-publish.yml
.github/workflows/python-app.yml
.github/workflows/release.yml
.github/workflows/sonarqube.yml
docs/Gaps_feedback.md
docs/developer-guidelines.md
docs/index.html
ref/feature_advancing_teams_support.md
sinduk/__init__.py
sinduk/audit.py
sinduk/cli.py
sinduk/decorators.py
sinduk/helpers.py
sinduk/linklyhq.py
sinduk/log.py
sinduk/server.py
sinduk/ssh_utils.py
sinduk/store.py
sinduk/strength.py
sinduk/sync_client.py
sinduk/validators.py
sinduk/vault.py
sinduk.egg-info/PKG-INFO
sinduk.egg-info/SOURCES.txt
sinduk.egg-info/dependency_links.txt
sinduk.egg-info/entry_points.txt
sinduk.egg-info/requires.txt
sinduk.egg-info/scm_file_list.json
sinduk.egg-info/scm_version.json
sinduk.egg-info/top_level.txt
sinduk/commands/__init__.py
sinduk/commands/admin.py
sinduk/commands/ai.py
sinduk/commands/backup.py
sinduk/commands/secrets.py
sinduk/commands/server.py
sinduk/commands/ssh.py
sinduk/commands/sync.py
sinduk/commands/team.py
sinduk/commands/utils.py
sinduk/commands/web.py
sinduk/web/__init__.py
sinduk/web/app.py
sinduk/web/ssh_handler.py
sinduk/web/static/app.js
sinduk/web/static/ssh_terminal.js
sinduk/web/static/style.css
sinduk/web/templates/index.html
tests/__init__.py
tests/test_audit.py
tests/test_cli_commands.py
tests/test_command_helpers.py
tests/test_commands_web.py
tests/test_core_utils.py
tests/test_secret_serialization.py
tests/test_server.py
tests/test_store.py
tests/test_strength.py
tests/test_sync.py
tests/test_team_commands.py
tests/test_team_crypto.py
tests/test_validators.py
tests/test_vault.py
tests/test_vault_web.py
tests/test_web_app.py