-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
DevProd Correctness
-
Fully Compatible
-
RSSD 2026-03-30
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Sometimes we may want to make backup copies of our python virtual environment (my own convention is to use python3-venv.YYYYMMDD). However when I do this, certain tools in our workflow (e.g. our linter) that looks for uncommitted/unstaged files may pick up the files in the old python venv and fail trying to process too many files.
One way to address this would be extend the pattern for python virtual environments in our .gitignore file.
- is related to
-
SERVER-122939 Local run of bazel lint fails on too many files
-
- Closed
-
-
SERVER-110848 improve failure logging in rejected_connection_pool_request.js
-
- Closed
-
-
SERVER-41379 Add pythonX-venv to gitignore
-
- Closed
-