From 49a795733be617fa87c50fdf0b86428f50c880a6 Mon Sep 17 00:00:00 2001 From: kittentm Date: Sat, 25 Apr 2026 18:06:23 +0200 Subject: [PATCH] add venv to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2624776..251ef39 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ boss.yaml fes_boss.yaml node_modules build -splatnet_backend.egg-info \ No newline at end of file +splatnet_backend.egg-info +venv/* \ No newline at end of file