From 1b856747160a1d8e561bc8b784aaa307018d2810 Mon Sep 17 00:00:00 2001 From: CheMaxus Date: Sun, 8 Feb 2026 14:49:34 +0700 Subject: [PATCH] exclude .venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 68ca39690..2fd75793f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ tex2pdf* .coverage .idea .vscode +.venv 02_crowsnest/crowsnest.py 03_picnic/picnic.py 04_jump_the_five/jump.py