From 0b00aaf897357ecd75eda7270fa3f409056b2ef9 Mon Sep 17 00:00:00 2001 From: Pradhyo Bijja Date: Sat, 27 Jan 2024 07:59:04 -0500 Subject: [PATCH] add venv mentioned in the readme to gitignore (#2038) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 05ce1df8..de2f5778 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ user_path_config.txt user_path_config-deprecated.txt /modules/*.png /repositories +/fooocus_env /venv /tmp /ui-config.json