.editorconfig
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
AGENTS.md
ARCHITECTURE.md
CLAUDE.md
CONTRIBUTING.md
DEVELOPMENT.md
FAQ.md
LICENSE
Makefile
README.md
ROADMAP.md
SECURITY.md
pyproject.toml
run_app.sh
uv.lock
.devcontainer/Dockerfile
.devcontainer/check_display.sh
.devcontainer/devcontainer.json
.devcontainer/setup.sh
.github/copilot-instructions.md
.github/workflows/ci.yml
.github/workflows/release.yml
build-aux/io.github.RonnyPfannschmidt.GTKPass.yml
data/io.github.RonnyPfannschmidt.GTKPass.desktop
data/io.github.RonnyPfannschmidt.GTKPass.gschema.xml
data/io.github.RonnyPfannschmidt.GTKPass.metainfo.xml
data/icons/hicolor/scalable/apps/io.github.RonnyPfannschmidt.GTKPass.svg
docs/BLUEPRINT.md
docs/DEVCONTAINER_GUI.md
docs/FLATHUB.md
docs/FLATPAK.md
docs/PACKAGING.md
docs/PORTALS.md
docs/RELEASING.md
docs/TRUST-MODEL.md
examples/demo_backend_loading.py
examples/settings_ui_demo.py
packaging/build-rpm.sh
packaging/build-sysext.sh
packaging/container-runtime.sh
packaging/gtkpass.spec
packaging/inspect-sysext.sh
packaging/rpmbuild-here.sh
packaging/smoke-test-install.sh
packaging/test-sysext.sh
scripts/make-dev-store.sh
src/gtk_pass_ng.egg-info/PKG-INFO
src/gtk_pass_ng.egg-info/SOURCES.txt
src/gtk_pass_ng.egg-info/dependency_links.txt
src/gtk_pass_ng.egg-info/entry_points.txt
src/gtk_pass_ng.egg-info/requires.txt
src/gtk_pass_ng.egg-info/scm_file_list.json
src/gtk_pass_ng.egg-info/scm_version.json
src/gtk_pass_ng.egg-info/top_level.txt
src/gtkpass/__init__.py
src/gtkpass/__main__.py
src/gtkpass/_gi.py
src/gtkpass/_version.py
src/gtkpass/app.py
src/gtkpass/config.py
src/gtkpass/safety.py
src/gtkpass/sandbox.py
src/gtkpass/window.py
src/gtkpass/backends/__init__.py
src/gtkpass/backends/demo.py
src/gtkpass/backends/direct.py
src/gtkpass/backends/git_store.py
src/gtkpass/backends/manager.py
src/gtkpass/backends/pass_cli.py
src/gtkpass/backends/secretservice.py
src/gtkpass/backends/data/__init__.py
src/gtkpass/backends/data/demo.json
src/gtkpass/ui/__init__.py
src/gtkpass/ui/about.py
src/gtkpass/ui/password_detail.py
src/gtkpass/ui/password_edit.py
src/gtkpass/ui/password_list.py
src/gtkpass/ui/settings.py
src/gtkpass/ui/blueprints/README.md
src/gtkpass/ui/blueprints/__init__.py
src/gtkpass/ui/blueprints/about.blp
src/gtkpass/ui/blueprints/about.ui
src/gtkpass/ui/blueprints/backend_row.blp
src/gtkpass/ui/blueprints/backend_row.ui
src/gtkpass/ui/blueprints/not_implemented.blp
src/gtkpass/ui/blueprints/not_implemented.ui
src/gtkpass/ui/blueprints/password_detail.blp
src/gtkpass/ui/blueprints/password_detail.ui
src/gtkpass/ui/blueprints/password_edit.blp
src/gtkpass/ui/blueprints/password_edit.ui
src/gtkpass/ui/blueprints/password_list.blp
src/gtkpass/ui/blueprints/password_list.ui
src/gtkpass/ui/blueprints/preferences.blp
src/gtkpass/ui/blueprints/preferences.ui
src/gtkpass/ui/blueprints/sync_blocked.blp
src/gtkpass/ui/blueprints/sync_blocked.ui
src/gtkpass/ui/blueprints/window.blp
src/gtkpass/ui/blueprints/window.ui
src/gtkpass/utils/__init__.py
src/gtkpass/utils/async_ui.py
src/gtkpass/utils/clipboard.py
tests/conftest.py
tests/test_app.py
tests/test_backend_contract.py
tests/test_backend_naming.py
tests/test_backend_persistence.py
tests/test_config_schema_source.py
tests/test_desktop_integration.py
tests/test_direct_backend.py
tests/test_git_store.py
tests/test_pass_backend.py
tests/test_password_detail.py
tests/test_password_edit.py
tests/test_password_list.py
tests/test_safety.py
tests/test_sandbox.py
tests/test_smoke.py
tests/test_templates.py
tests/test_ui_is_declarative.py
tests/test_window.py