Update .dockerignore to exclude temporary virtual environment and test directories

This commit is contained in:
Théophile Diot 2025-01-16 09:49:49 +01:00
parent 87fdcb2ece
commit 389efdd479
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -2,6 +2,7 @@
.idea/
.vscode/
__pycache__/
env/
src/ui/client/node_modules/
src/ui/client/opt-dashboard/
src/deps/tmp_venv/
tests/