diff --git a/.gitignore b/.gitignore index e1c8b979..1ce958af 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ _build **/__pycache__/* uv.lock poetry.lock +.venv diff --git a/conf.py b/conf.py index c296c7fb..a0fcd220 100644 --- a/conf.py +++ b/conf.py @@ -66,6 +66,7 @@ exclude_patterns = [ '**/.*', '**/*.txt', 'attachment', + '.venv', ]