README y gitignore

This commit is contained in:
Juanse Marquez
2026-05-31 00:28:16 -03:00
commit 974c7f3f9f
2 changed files with 87 additions and 0 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/