Browse Source

Tweak Python 3.13 venv gitignore note

pull/15592/head
ftnext 1 week ago
parent
commit
d43b8fe241
  1. 4
      docs/en/docs/virtual-environments.md

4
docs/en/docs/virtual-environments.md

@ -268,10 +268,10 @@ If you are using **Git** (you should), add a `.gitignore` file to exclude everyt
/// tip
`python -m venv` also creates a `.gitignore` file by default starting with Python 3.13.
If you used [`uv`](https://github.com/astral-sh/uv) to create the virtual environment, it already did this for you, you can skip this step. 😎
Starting with Python 3.13, `python -m venv` also creates a `.gitignore` file by default.
///
/// tip

Loading…
Cancel
Save