Preparar repositorio para despliegue: código fuente limpio
This commit is contained in:
parent
866f5c432d
commit
3eca832c1a
76 changed files with 5434 additions and 3496 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -51,6 +51,8 @@ data/
|
|||
|
||||
# Database backups
|
||||
*.sql
|
||||
!init-db/*.sql
|
||||
!migrations/*.sql
|
||||
backup_*.sql
|
||||
|
||||
# Redis backups
|
||||
|
|
@ -62,3 +64,17 @@ qdrant_backup_*.tar.gz
|
|||
|
||||
# Docker compose with real credentials (if you create variations)
|
||||
docker-compose.override.yml
|
||||
|
||||
# Large Language Models
|
||||
models/llm/
|
||||
|
||||
# User Uploads
|
||||
static/uploads/
|
||||
|
||||
# Celery/Workers
|
||||
celerybeat-schedule
|
||||
celerybeat.pid
|
||||
|
||||
# System/IDE
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue