A clean simple project with 2 shared libraries, an app, cd-ci, and local testing.
Clear all the __pycache__
directories in the project.
gci __pycache__ -R -OutVariable "BaseName" | \
ForEach-Object { rm -Path $_.FullName -Force -Recurse -ErrorAction SilentlyContinue }