From b37a91954d12f2cfdd73afb3875934d7230b7adf Mon Sep 17 00:00:00 2001 From: Florin Tobler Date: Sat, 4 Jan 2025 12:52:46 +0100 Subject: [PATCH] add python venv --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6d27a49..48dae57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /model/* *.prof -__pycache__ \ No newline at end of file +__pycache__ +*.venv \ No newline at end of file