Starting with mkdocs-autorefs v1.3.1, the published wheels include two huge .mypy_cache directories, adding ~90 MB of unnecessary data to the venv when uncompressed.
This likely shouldn't be part of the release artifacts and is a bad include/cleanup bug?
Screenshot of Baobab for current v1.4.1 wheel zip (also v1.4.0 affected, v1.3.1 to a lesser degree without _internal):

And for healhy versions <= v1.3.0:

It's quite apparent the wheel size difference over the recent versions:
Might be worthy a .post1 release removing such dirs for 1.3.1+ or a simpler yank, thanks!