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 *.aab
# Build artifacts and cache # Build artifacts and cache
build/ /build/
dist/ /dist/
build-dir/ /build-dir/
python-dist/ /python-dist/
node_modules/ /node_modules/
meshchatx/public/ **/__pycache__/
__pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
*.so *.so