- Implementa ProcessingMonitor singleton para procesamiento secuencial de archivos - Agrega AI summary service con soporte para MiniMax API - Agrega PDF generator para resúmenes - Agrega watchers para monitoreo de carpeta remota - Mejora sistema de notificaciones Telegram - Implementa gestión de VRAM para GPU - Configuración mediante variables de entorno (sin hardcoded secrets) - .env y transcriptions/ agregados a .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
89 lines
1011 B
Plaintext
Executable File
89 lines
1011 B
Plaintext
Executable File
.env.secrets
|
|
.env.local
|
|
.env
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# Application-generated data
|
|
downloads/
|
|
transcriptions/
|
|
resumenes/
|
|
resumenes_docx/
|
|
processed_files.txt
|
|
*_unificado.docx
|
|
resumen_*.md
|
|
downloads/**/*.md
|
|
downloads/**/*.docx
|
|
resumenes_docx/**/*.docx
|
|
resumenes_docx/**/*.md
|
|
resumenes/**/*.md
|
|
resumenes/**/*.docx
|
|
|
|
# Node.js
|
|
.npm/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Test files
|
|
pdf_test/
|
|
cereal*.txt
|
|
test_*.py
|
|
docker-compose.test.yml
|
|
Dockerfile.test
|
|
requirements_summaries.txt
|
|
|
|
# Runtime state
|
|
.main_service.lock
|
|
cbc-main.pid
|
|
*.pid
|
|
*.db
|
|
|
|
# System files
|
|
.docker/buildx/
|
|
.dotnet/
|
|
.gemini/
|
|
.ssh/
|
|
.sudo_as_admin_successful
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
.aider*
|
|
|
|
# Temporary files from restoration
|
|
old/
|
|
imperio/
|
|
check_models.py
|
|
compare_configs.py
|
|
|
|
# LaTeX auxiliary files
|
|
*.aux
|
|
*.toc
|
|
*.out
|
|
*.synctex.gz
|
|
*.fls
|
|
*.fdb_latexmk
|
|
|
|
# Generated PDFs (keep source .tex files)
|
|
*.pdf
|
|
|
|
# macOS specific
|
|
mac/
|