From: Daniele Varrazzo Date: Sat, 30 Oct 2021 15:22:55 +0000 (+0200) Subject: Ignore .venv dir in any subdir X-Git-Tag: 3.0.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab4f9ff0f5911ba29ed3dfe78044e5fc27091e7b;p=thirdparty%2Fpsycopg.git Ignore .venv dir in any subdir --- diff --git a/.gitignore b/.gitignore index cf12ee0e5..b48cd156d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ dist/ .mypy_cache __pycache__/ /docs/_build/ -/docs/.venv/ *.html /psycopg_binary/ .vscode +.venv