diff --git a/.dockerignore b/.dockerignore index 10bf59d..109ffaf 100644 --- a/.dockerignore +++ b/.dockerignore @@ -12,13 +12,12 @@ Makefile *.aab # Build artifacts and cache -build/ -dist/ -build-dir/ -python-dist/ -node_modules/ -meshchatx/public/ -__pycache__/ +/build/ +/dist/ +/build-dir/ +/python-dist/ +/node_modules/ +**/__pycache__/ *.py[cod] *$py.class *.so