Se agrego el .gitignore

This commit is contained in:
2026-05-07 21:42:14 -03:00
parent 71c5649603
commit b6f5a19355

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
__pycache__/
*.pyc
*.pyo
venv/
.venv/
env/
.env
.DS_Store # macOS
Thumbs.db # Windows
node_modules/