chore(.dockerignore): refine ignore patterns by adding wildcard for __pycache__ directory

This commit is contained in:
2026-01-02 18:19:43 -06:00
parent 8437b7b74c
commit 41e838284c

View File

@@ -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