From 29394c9fd75a8901843fe118bbd7bf3551063925 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 8 May 2024 15:03:59 +0200
Subject: [PATCH] [ignore] Ignore default uv venv dir

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 17d304a..6189a19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,7 +18,7 @@ build/
 doc/api/
 dist/
 cache/
-venv/
+.venv/
 _citools/
 _work/
 .mypy_cache/
-- 
GitLab