From d478f41c479355aacbd987e733e557f9f326064d Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 23 Aug 2024 14:03:06 +0100 Subject: [PATCH] gitignore venv --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b8359b9..5dedb26 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ tests/*.csv benchmarks/results benchmarks/outputs benchmarks/dataset -benchmarks/lfwe \ No newline at end of file +benchmarks/lfwe +venv \ No newline at end of file