.env.example
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CNAME
DEPLOYMENT.md
LICENSE
MANIFEST.in
README.md
index.html
mkdocs.yml
pyproject.toml
.github/BRANCH_PROTECTION_GUIDE.md
docs/changelog.md
docs/contributing.md
docs/index.md
docs/api/application/dictionary.md
docs/api/application/extract.md
docs/api/application/report.md
docs/api/application/validate.md
docs/api/core/entities.md
docs/api/core/interfaces.md
docs/api/core/services.md
docs/api/infrastructure/database/connector.md
docs/api/infrastructure/database/scanners.md
docs/api/infrastructure/exporters/output_writer.md
docs/api/infrastructure/formatters/dbml_formatter.md
docs/api/infrastructure/parsers/dbml_parser.md
docs/api/utils/constants.md
docs/api/utils/exceptions.md
docs/api/utils/validators.md
docs/guide/commands.md
docs/guide/configuration.md
docs/guide/installation.md
scavengr/__init__.py
scavengr/__main__.py
scavengr/_version.py
scavengr/cli.py
scavengr.egg-info/PKG-INFO
scavengr.egg-info/SOURCES.txt
scavengr.egg-info/dependency_links.txt
scavengr.egg-info/entry_points.txt
scavengr.egg-info/requires.txt
scavengr.egg-info/top_level.txt
scavengr/application/__init__.py
scavengr/application/dictionary.py
scavengr/application/extract.py
scavengr/application/report.py
scavengr/application/validate.py
scavengr/config/__init__.py
scavengr/config/config_manager.py
scavengr/config/env_config.py
scavengr/core/__init__.py
scavengr/core/entities.py
scavengr/core/interfaces.py
scavengr/core/services.py
scavengr/infrastructure/__init__.py
scavengr/infrastructure/cache/__init__.py
scavengr/infrastructure/cache/metadata_cache.py
scavengr/infrastructure/database/__init__.py
scavengr/infrastructure/database/base_scanner.py
scavengr/infrastructure/database/connector.py
scavengr/infrastructure/database/scanners.py
scavengr/infrastructure/exporters/__init__.py
scavengr/infrastructure/exporters/output_writer.py
scavengr/infrastructure/formatters/__init__.py
scavengr/infrastructure/formatters/dbml_formatter.py
scavengr/infrastructure/parsers/__init__.py
scavengr/infrastructure/parsers/dbml_parser.py
scavengr/utils/README.md
scavengr/utils/__init__.py
scavengr/utils/constants.py
scavengr/utils/exceptions.py
scavengr/utils/logging_config.py
scavengr/utils/ui_helpers.py
scavengr/utils/validators.py
scripts/README.md
scripts/cleanup-release.ps1
scripts/publish.ps1