Merge pull request #1709 from PeterDaveHelloKitchen/Ignore.venv

Add .venv/ to .dockerignore and .gitignore for virtual env compatibility
This commit is contained in:
Tal
2025-04-18 21:19:06 +03:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
.venv/
venv/
pr_agent/settings/.secrets.toml
pics/

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
.lsp/
.vscode/
.env
.venv/
venv/
pr_agent/settings/.secrets.toml
__pycache__