fix(docker): add .venv to .dockerignore

This commit is contained in:
flobo3 2026-04-13 12:28:57 +03:00 committed by Teknium
parent 3a64348772
commit d945cf6b1a

View file

@ -5,6 +5,7 @@
# Dependencies
node_modules
.venv
# CI/CD
.github