when I type
cd path/to/python_package/
and press tab to try to fill path/to/python_package/only_module for example, I am stopped dead in my tracks! By
$ cd path/to/python_package/
__pycache__/ only_module/
How can I make tab completion for cd ignore __pycache__? In the future I imagine I will realise there are other folder names I may want to add to the "blacklist" too, does zsh support blacklisting folder names like this?