Added everything

This commit is contained in:
Juan M. Ley
2026-03-16 21:05:52 -06:00
parent 00e997debf
commit b526e23149
44 changed files with 2147 additions and 3 deletions

69
.gitignore vendored Normal file
View File

@@ -0,0 +1,69 @@
# Gitignore para VoxPopuli Microservices
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
*.code-workspace
# Environment
.env
.env.local
.env.*.local
# Bases de Datos
*.db
*.sqlite
*.sqlite3
test.db
# Logs
*.log
logs/
# Cache
.cache/
.pytest_cache/
.coverage
htmlcov/
# Testing
.tox/
.hypothesis/
# Otros
*.pyc
.mypy_cache/
.dmypy.json
dmypy.json
node_modules/
*.pem
credentials.json