diff --git a/.dockerignore b/.dockerignore index 2538503284..a4968bcf72 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,10 +1,12 @@ .git/ +build/ +dist/ target/ .vscode/ docs/ examples/ packages/ .github/ -__pycache__/ +**/__pycache__/ *.so *.egg-info/