.editorconfig
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
CHANGELOG.md
CLAUDE.md
LICENSE
README.md
REUSE.toml
pyproject.toml
snipwise.md
zensical.toml
.github/scripts/extract-notes.sh
.github/workflows/pytest.yaml
.github/workflows/release.yaml
.github/workflows/zensical.yaml
LICENSES/LGPL-3.0-or-later.txt
LICENSES/OFL-1.1.txt
docs/architecture.md
docs/changelog.md
docs/design.md
docs/environment.md
docs/index.md
docs/practice.md
docs/scanners.md
docs/snipwisefile.md
docs/usage.md
docs/assets/images/favicon.png
docs/assets/images/favicon.svg
docs/assets/images/social-card.png
docs/assets/images/social-card.svg
overrides/main.html
snipwise/__init__.py
snipwise/__main__.py
snipwise/base.py
snipwise/config.py
snipwise/errors.py
snipwise/files.py
snipwise/inventory.py
snipwise/jsonspan.py
snipwise/jsonvalue.py
snipwise/markdown.py
snipwise/markers.py
snipwise/names.py
snipwise/py.typed
snipwise/region.py
snipwise/rules.py
snipwise/settings.py
snipwise/template.py
snipwise.egg-info/PKG-INFO
snipwise.egg-info/SOURCES.txt
snipwise.egg-info/dependency_links.txt
snipwise.egg-info/entry_points.txt
snipwise.egg-info/requires.txt
snipwise.egg-info/scm_file_list.json
snipwise.egg-info/scm_version.json
snipwise.egg-info/top_level.txt
tests/test_base.py
tests/test_cli.py
tests/test_config.py
tests/test_files.py
tests/test_inventory.py
tests/test_jsonspan.py
tests/test_jsonvalue.py
tests/test_markdown.py
tests/test_markers.py
tests/test_region.py
tests/test_rules.py
tests/test_settings.py
tests/test_template.py