From 29a7c2586eb86b1864e9fb6dc2778890d1b8d247 Mon Sep 17 00:00:00 2001 From: vaku Date: Sun, 19 Jul 2026 01:54:25 +0300 Subject: [PATCH] Ignore .venv Co-Authored-By: Claude Fable 5 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7a60b85..00f2d38 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__/ *.pyc +.venv/