Documentation: conf: Ignore .venv

uv creates virtual environments in `.venv`

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
Patrick José Pereira 2026-05-28 11:41:12 -03:00 committed by Xiang Xiao
parent 7679bba75e
commit 964be644d6

View file

@ -87,6 +87,7 @@ exclude_patterns = [
".DS_Store",
"legacy_README.md",
"venv",
".venv",
]
# list of documentation versions to offer (besides latest). this will be