docs: agrego venv a lista de carpetas ignoradas

This commit is contained in:
Jonathan Teran Carballo
2025-11-28 15:42:54 -03:00
parent a670b90899
commit 50979e2c3d
+8 -3
View File
@@ -1,6 +1,11 @@
# Bitbucket token
.repository-token .repository-token
**/__pycache__/ # Virtual environment
build/ venv/
**/*.egg-info/
# Build folders and artifacts
dist/ dist/
build/
**/__pycache__/
**/*.egg-info/