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__
*ipynb
build
.idea
.vscode
.venv
.env
*log
*.md
**/__pycache__/
**/*.ipynb
**/build/
.idea/
.vscode/
**/.venv/
**/.env
**/.env_template
**/*.log
**/*.md
src/api/uv.lock
__pycache__