From 8f6225a408f337181d9260e06e7d16e5a9e9ca22 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sun, 3 Oct 2021 14:32:15 -0700 Subject: [PATCH] gitignore: ignore .venv (#11256) Co-authored-by: hauntsaninja <> --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c6238dc32beb..3c0f60cfae4f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ docs/source/_build mypyc/doc/_build *.iml /out/ -.venv*/ +.venv venv/ .mypy_cache/ .incremental_checker_cache.json