LICENSE
README.md
pyproject.toml
tests/test_rules_factory.py
treepeat/__init__.py
treepeat/config.py
treepeat/diff.py
treepeat/terminal_detect.py
treepeat.egg-info/PKG-INFO
treepeat.egg-info/SOURCES.txt
treepeat.egg-info/dependency_links.txt
treepeat.egg-info/entry_points.txt
treepeat.egg-info/requires.txt
treepeat.egg-info/top_level.txt
treepeat/cli/__init__.py
treepeat/cli/cli.py
treepeat/cli/commands/__init__.py
treepeat/cli/commands/detect.py
treepeat/cli/commands/list_ruleset.py
treepeat/cli/commands/treesitter.py
treepeat/formatters/__init__.py
treepeat/formatters/sarif.py
treepeat/models/__init__.py
treepeat/models/ast.py
treepeat/models/normalization.py
treepeat/models/shingle.py
treepeat/models/similarity.py
treepeat/pipeline/__init__.py
treepeat/pipeline/lsh_stage.py
treepeat/pipeline/minhash_stage.py
treepeat/pipeline/parse.py
treepeat/pipeline/pipeline.py
treepeat/pipeline/region_extraction.py
treepeat/pipeline/rules_factory.py
treepeat/pipeline/shingle.py
treepeat/pipeline/verbose_metrics.py
treepeat/pipeline/verification.py
treepeat/pipeline/languages/__init__.py
treepeat/pipeline/languages/astro.py
treepeat/pipeline/languages/base.py
treepeat/pipeline/languages/bash.py
treepeat/pipeline/languages/css.py
treepeat/pipeline/languages/go.py
treepeat/pipeline/languages/html.py
treepeat/pipeline/languages/java.py
treepeat/pipeline/languages/javascript.py
treepeat/pipeline/languages/jsx.py
treepeat/pipeline/languages/kotlin.py
treepeat/pipeline/languages/markdown.py
treepeat/pipeline/languages/python.py
treepeat/pipeline/languages/rust.py
treepeat/pipeline/languages/sql.py
treepeat/pipeline/languages/tsx.py
treepeat/pipeline/languages/typescript.py
treepeat/pipeline/rules/__init__.py
treepeat/pipeline/rules/engine.py
treepeat/pipeline/rules/models.py
treepeat/pipeline/rules/parser.py