From 964be644d60bcc30b7b696f8bf85a513312d2b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 28 May 2026 11:41:12 -0300 Subject: [PATCH] Documentation: conf: Ignore .venv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit uv creates virtual environments in `.venv` Signed-off-by: Patrick José Pereira --- Documentation/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/conf.py b/Documentation/conf.py index 856d3deb046..69cab3e1e9d 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -87,6 +87,7 @@ exclude_patterns = [ ".DS_Store", "legacy_README.md", "venv", + ".venv", ] # list of documentation versions to offer (besides latest). this will be