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
commit 151daa070f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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__