Windowscommand para eliminar direcoty con nombre especificado recursivel
for /d /r . %d in (__pycache__) do @if exist "%d" rd /s/q "%d"
Determined Dotterel
for /d /r . %d in (__pycache__) do @if exist "%d" rd /s/q "%d"