From a1beb779dcc303314b65be61a9f0fad56d4aa8fc Mon Sep 17 00:00:00 2001 From: Roy Smith Date: Thu, 9 Jan 2025 23:06:32 -0500 Subject: [PATCH] Ignore python .venv directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b966a55..9992ac8 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ htmlcov/ compile_commands.json .idea/ .pytest_cache/ +.venv/ \ No newline at end of file