🙈(docker) ignore **/.venv files

Since we migrated to uv, the venv folder does not live anymore at the
project root but inside the src/backend directory. Add a rule in the
.dockerignore to ignore it.
This commit is contained in:
Manuel Raynaud
2026-09-08 08:56:58 +02:00
parent 1e61b4a789
commit 8ec3ae880f
+2
View File
@@ -5,6 +5,8 @@ __pycache__
**/*.pyc
venv
.venv
**/.venv
**/venv
# System-specific files
.DS_Store