Since Python 3.8 there is a parallel file system cache as an alternative to `__pycache__` folders. See [What’s New In Python 3.8](https://docs.python.org/3.8/whatsnew/3.8.html#parallel-filesystem-cache-for-compiled-bytecode-files). This probably also needs to be cleaned up.