# scipy-stubs internal helper types (typecheck-only)
scipy(\.\w+)?\._typing

# https://github.com/python/mypy/issues/17251
scipy\.sparse\.linalg(\._?interface|\.matfuncs)?\.LinearOperator\.__init__

# scipy tests
scipy\.conftest
scipy\.((_|\w)+\.)+(__test__|test|tests(\..+)?)

# git submodules and bundled 3rd party libs
scipy\._lib\.(array_api_(compat|extra)|cobyqa|pyprima).*
scipy\.fft\._pocketfft\..*

# should this be packaged?
scipy\.special\._precompute\..*

# useless __new__
scipy\.stats\.(_new_distributions\.)?Normal\.__new__
