From 41e838284ce1253750b7d3bf1b8b639e8a977926 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 2 Jan 2026 18:19:43 -0600 Subject: [PATCH] chore(.dockerignore): refine ignore patterns by adding wildcard for __pycache__ directory --- .dockerignore | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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