feature/integracion-cpanel-asrecovery

This commit is contained in:
2026-06-30 11:29:06 -06:00
parent 072be5b5db
commit 034a5ca5bb
35 changed files with 2416 additions and 320 deletions

21
.gitignore vendored
View File

@@ -25,6 +25,8 @@ MANIFEST
# Virtual Environment
venv/
venv-windows/
venv-linux/
ENV/
env/
@@ -35,16 +37,25 @@ env/
*.swo
*~
# Logs
# Logs y datos locales
logs/*.log
logs/*.log.*
# Database
data/*.db
data/*.db-journal
config/.env
config/data/
config/logs/
config/odbc/
config/7zip/
config/.bootstrap_ok
config/.autostart_registered
# PyInstaller
*.spec
# PyInstaller / empaquetado
packaging/bundled/
dist/installers/
# Variables de entorno locales
.env
# OS
.DS_Store