Browse Source
The documentation instructs users to create a .gitignore file inside the .venv folder. This is unnecessary and potentially confusing, because the virtual environment should be ignored from the project root .gitignore. Creating a .gitignore inside .venv is not standard Git/Python practice and can mislead users.pull/14383/head
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue