From 50979e2c3d5cd16862ab5a3fbc4d53699de3ca1d Mon Sep 17 00:00:00 2001 From: Jonathan Teran Carballo Date: Fri, 28 Nov 2025 15:42:54 -0300 Subject: [PATCH] docs: agrego venv a lista de carpetas ignoradas --- .gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7a5bee5..5718d26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ +# Bitbucket token .repository-token -**/__pycache__/ -build/ -**/*.egg-info/ +# Virtual environment +venv/ + +# Build folders and artifacts dist/ +build/ +**/__pycache__/ +**/*.egg-info/