chore: agregar .gitignore
All checks were successful
ci / build (push) Successful in 3s

This commit is contained in:
2026-04-24 23:45:56 +00:00
parent c97fd7db5f
commit 2e9ca1da31

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Python
__pycache__/
*.py[cod]
.env
venv/
.venv/
# Node.js
node_modules/
dist/
.env
# Go
*.exe
*.out
vendor/
# General
.DS_Store
*.log