LICENSE
README.md
pyproject.toml
tests/test_checkpoint.py
tests/test_core_and_cli.py
tests/test_docker.py
tests/test_gitrepo.py
tests/test_jsbundle.py
tests/test_wheel.py
whybig/__init__.py
whybig/__main__.py
whybig/cli.py
whybig/core.py
whybig/detect.py
whybig/report.py
whybig/treemap.py
whybig.egg-info/PKG-INFO
whybig.egg-info/SOURCES.txt
whybig.egg-info/dependency_links.txt
whybig.egg-info/entry_points.txt
whybig.egg-info/top_level.txt
whybig/analyzers/__init__.py
whybig/analyzers/checkpoint.py
whybig/analyzers/dirtree.py
whybig/analyzers/docker_image.py
whybig/analyzers/gitrepo.py
whybig/analyzers/jsbundle.py
whybig/analyzers/wheel.py
whybig/rules/__init__.py
whybig/rules/apt_cache.py
whybig/rules/big_blob_history.py
whybig/rules/fp32_weights.py
whybig/rules/git_dir_shipped.py
whybig/rules/layer_dup.py
whybig/rules/node_modules.py
whybig/rules/optimizer_state.py
whybig/rules/pip_cache.py
whybig/rules/pycache.py
whybig/rules/sourcemap_shipped.py
whybig/rules/static_libs.py
whybig/rules/tests_shipped.py