Agregue el git ignore

This commit is contained in:
2026-05-19 17:09:49 -03:00
parent 71c5649603
commit 274a53538d
2 changed files with 21 additions and 2 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/