keyhog 0.5.42

keyhog detects leaked credentials in source trees, git history, archives, and remote sources
Documentation
# Tier-B data: directory names skipped only by long-running CLI filesystem surfaces.
#
# Source-owned default-exclude directory names come from
# `rules/default_excludes.toml` through `keyhog_sources`; keep them out of this
# file so watch / scan-system traversal cannot drift from scanner truth.
# `base` below applies to every CLI consumer in addition to source defaults.
# Consumer-specific extras keep the behavioral differences explicit: watch
# skips extra VCS/event-storm directories, while scan-system git discovery must
# not skip `.git` because it is looking for repository roots.

[skip_dirs]
base = [".cargo"]

watch_extra = [
  ".svn", ".hg", ".turbo",
]

git_discovery_extra = [
  "Library", "AppData", "$Recycle.Bin", "System Volume Information",
]