From 889a9c1a7bfbb3c07816c68a740e2d9b5bc6c350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dejan=20Ro=C5=BEi=C4=8D?= Date: Wed, 7 Jan 2026 06:37:03 +0100 Subject: [PATCH] add .gitignore for venv and logs --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4ecdd4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +venv/ +streamlit.log +__pycache__/ +*.pyc