From c0bc0ac3fda03f8caed0911c0ccbd0062410404d Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 21 Jan 2025 15:07:32 +1100 Subject: [PATCH] add .venv --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8145e4a..7914657 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *__pycache__* -/src/output/* \ No newline at end of file +/src/output/* +.venv \ No newline at end of file