From 834f486f4ec4922498d1c9282b055679aecb5a19 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Sun, 1 Oct 2023 09:57:04 +0100 Subject: [PATCH] chore: ignore venv recursively (#10768) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5cc4fe5ce..3c58aaac6 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,4 @@ scripts/pdf/tldr-pages.pdf # Python venv for testing the PDF script # Create it with: python3 -m venv scripts/pdf/venv/ -scripts/pdf/venv/ +venv