Primera modificacion y creación de gitignore

This commit is contained in:
2026-04-23 22:53:25 -03:00
parent 71c5649603
commit 1d6f570309
3 changed files with 55 additions and 36 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Python
__pycache__/
*.pyc
*.pyo
# Entorno virtual de Python
venv/
.venv/
env/
# Variables de entorno y configuración sensible
.env
# Sistemas operativos
.DS_Store # macOS
Thumbs.db # Windows
# Node.js (por si se utiliza npm en algún momento)
node_modules/