Exclude .venv
- It seems my assumption about
_
was incorrect. Any dir that needs to be ignored needs to be added toconf.py
. - Should fix any errors due to Python venv as long as the name of dir is
.venv
(which our docs suggest).
Signed-off-by: Ayush Singh ayushdevel1325@gmail.com