LICENSE
README.md
pyproject.toml
src/treemapper/__init__.py
src/treemapper/__main__.py
src/treemapper/cli.py
src/treemapper/clipboard.py
src/treemapper/ignore.py
src/treemapper/languages.py
src/treemapper/logger.py
src/treemapper/py.typed
src/treemapper/tokens.py
src/treemapper/tree.py
src/treemapper/treemapper.py
src/treemapper/version.py
src/treemapper/writer.py
src/treemapper.egg-info/PKG-INFO
src/treemapper.egg-info/SOURCES.txt
src/treemapper.egg-info/dependency_links.txt
src/treemapper.egg-info/entry_points.txt
src/treemapper.egg-info/requires.txt
src/treemapper.egg-info/top_level.txt
src/treemapper/diffctx/__init__.py
src/treemapper/diffctx/constants.py
src/treemapper/diffctx/file_importance.py
src/treemapper/diffctx/fragmentation.py
src/treemapper/diffctx/fragments.py
src/treemapper/diffctx/git.py
src/treemapper/diffctx/graph.py
src/treemapper/diffctx/graph_analytics.py
src/treemapper/diffctx/graph_export.py
src/treemapper/diffctx/languages.py
src/treemapper/diffctx/pipeline.py
src/treemapper/diffctx/project_graph.py
src/treemapper/diffctx/tokenizer.py
src/treemapper/diffctx/types.py
src/treemapper/diffctx/universe.py
src/treemapper/diffctx/config/__init__.py
src/treemapper/diffctx/config/limits.py
src/treemapper/diffctx/parsers/__init__.py
src/treemapper/diffctx/parsers/base.py
src/treemapper/diffctx/parsers/config.py
src/treemapper/diffctx/parsers/generic.py
src/treemapper/diffctx/parsers/html.py
src/treemapper/diffctx/parsers/kubernetes.py
src/treemapper/diffctx/parsers/markdown.py
src/treemapper/diffctx/parsers/python.py
src/treemapper/diffctx/parsers/text.py
src/treemapper/diffctx/parsers/tree_sitter.py
src/treemapper/diffctx/stopwords/__init__.py
src/treemapper/diffctx/stopwords/_profiles.py
src/treemapper/diffctx/stopwords/_wordlists.py
src/treemapper/mcp/__init__.py
src/treemapper/mcp/__main__.py
src/treemapper/mcp/formatting.py
src/treemapper/mcp/security.py
src/treemapper/mcp/server.py
tests/test_basic.py
tests/test_cli.py
tests/test_clipboard.py
tests/test_complete_coverage.py
tests/test_coverage_gaps.py
tests/test_default_ignores.py
tests/test_edge_cases.py
tests/test_errors.py
tests/test_fragment_integrity.py
tests/test_fragmentation_strategies.py
tests/test_graph.py
tests/test_graph_cli.py
tests/test_graph_export.py
tests/test_ignore.py
tests/test_markdown_format.py
tests/test_mcp.py
tests/test_options.py
tests/test_output_formats.py
tests/test_properties.py
tests/test_stdout_output.py
tests/test_tokens.py