chore(.dockerignore): refine ignore patterns by adding wildcard for __pycache__ directory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user