buid: add .venv to .dockerignore (#7146)

This commit is contained in:
Zero King 2025-05-31 15:02:25 +08:00 committed by GitHub
parent 2242a85e5c
commit 7c336a65c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
*.pyc *.pyc
.env .env
venv venv
.venv
node_modules/ node_modules/
**/node_modules/ **/node_modules/
npm-debug.log npm-debug.log
@ -14,4 +15,4 @@ build/
out/ out/
**/out/ **/out/
dist/ dist/
**/dist/ **/dist/