Major Refactor: Refactor the codebase to improve readability and maintainability

This commit is contained in:
2026-06-21 23:38:49 -04:00
parent 9c4753cd1f
commit 801b0b97fc
46 changed files with 2378 additions and 2031 deletions

34
.dockerignore Normal file
View File

@@ -0,0 +1,34 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
.venv/
venv/
env/
.git/
.gitignore
.gitattributes
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
tests/
*.log
.env
.env.*
!.env.example
README.md
LICENSE
build-deploy.sh
generar_unificado.py
docker-compose.yml
Dockerfile
.dockerignore