Initial commit
This commit is contained in:
71
.gitignore
vendored
Executable file
71
.gitignore
vendored
Executable file
@@ -0,0 +1,71 @@
|
||||
# Local environment files
|
||||
.env
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
|
||||
# Application-generated data
|
||||
downloads/
|
||||
resumenes/
|
||||
resumenes_docx/
|
||||
processed_files.txt
|
||||
*_unificado.docx
|
||||
resumen_*.md
|
||||
downloads/**/*.md
|
||||
downloads/**/*.docx
|
||||
resumenes_docx/**/*.docx
|
||||
resumenes_docx/**/*.md
|
||||
resumenes/**/*.md
|
||||
resumenes/**/*.docx
|
||||
|
||||
# Ollama data
|
||||
ollama_data/
|
||||
ollama_data/models/blobs/
|
||||
|
||||
# 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
|
||||
resumenes/
|
||||
|
||||
# IDE and editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
.aider*
|
||||
Reference in New Issue
Block a user