From ccace5ee622ad5ede72502e3f1637d5401b8e527 Mon Sep 17 00:00:00 2001 From: ftnext Date: Mon, 25 May 2026 23:36:03 +0900 Subject: [PATCH] Just add to the existing tip --- docs/en/docs/virtual-environments.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/en/docs/virtual-environments.md b/docs/en/docs/virtual-environments.md index f48230c457..a2952c7cd2 100644 --- a/docs/en/docs/virtual-environments.md +++ b/docs/en/docs/virtual-environments.md @@ -268,11 +268,7 @@ If you are using **Git** (you should), add a `.gitignore` file to exclude everyt /// tip -If you used Python 3.13 or newer, it already did this for you, you can skip this step. 😎 - -/// - -/// 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. 😎