LICENSE
README.md
pyproject.toml
src/gitcloakd/__init__.py
src/gitcloakd/api.py
src/gitcloakd.egg-info/PKG-INFO
src/gitcloakd.egg-info/SOURCES.txt
src/gitcloakd.egg-info/dependency_links.txt
src/gitcloakd.egg-info/entry_points.txt
src/gitcloakd.egg-info/requires.txt
src/gitcloakd.egg-info/top_level.txt
src/gitcloakd/agents/__init__.py
src/gitcloakd/agents/manager.py
src/gitcloakd/alerts/__init__.py
src/gitcloakd/alerts/notifier.py
src/gitcloakd/cli/__init__.py
src/gitcloakd/cli/main.py
src/gitcloakd/core/__init__.py
src/gitcloakd/core/audit_log.py
src/gitcloakd/core/config.py
src/gitcloakd/core/dark_mode.py
src/gitcloakd/core/encryption.py
src/gitcloakd/core/full_encryption.py
src/gitcloakd/core/memory_cleaner.py
src/gitcloakd/core/scanner.py
src/gitcloakd/core/secure_storage.py
src/gitcloakd/crypto/__init__.py
src/gitcloakd/crypto/gpg.py
src/gitcloakd/data/banner.txt
src/gitcloakd/github/__init__.py
src/gitcloakd/github/analyzer.py
src/gitcloakd/github/client.py
src/gitcloakd/web/__init__.py
tests/test_core.py