Browse Source
Python 3.13's venv module creates SCM ignore files by default, including Git ignore files, so the manual .gitignore step is only needed for Python 3.12 and below. This matches the existing uv tip, as uv also creates .venv/.gitignore when creating the virtual environment. Reference: https://docs.python.org/3/whatsnew/3.13.html#venv Context: noticed while checking virtual-environments.md after #15463 in 0.163.2.pull/15592/head
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue