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
**/__pycache__/
build/
**/*.egg-info/
# Virtual environment
venv/
# Build folders and artifacts
dist/
build/
**/__pycache__/
**/*.egg-info/