Merge pull request #37872 from openedx/feanil/update_gitignore

build: Don't clean the `.venv` folder.
This commit is contained in:
Feanil Patel
2026-01-14 10:31:15 -05:00
committed by GitHub

2
.gitignore vendored
View File

@@ -11,6 +11,7 @@ requirements/edx/private.in
requirements/edx/private.txt
lms/envs/private.py
cms/envs/private.py
.venv/
# end-noclean
### Python artifacts
@@ -143,7 +144,6 @@ autodeploy.properties
.ws_migrations_complete
dist
*.bak
.venv/
venv*/
# Visual Studio Code
.vscode