fix(docker): .dockerignore targets subdirectories

This commit is contained in:
TheOnlyWayUp
2025-11-10 00:29:09 +05:30
parent 83466ded4d
commit 1379f416bc
+10 -10
View File
@@ -1,11 +1,11 @@
__pycache__ **/__pycache__/
*ipynb **/*.ipynb
build **/build/
.idea .idea/
.vscode .vscode/
.venv **/.venv/
.env **/.env
*log **/.env_template
*.md **/*.log
**/*.md
src/api/uv.lock src/api/uv.lock
__pycache__