This commit is contained in:
2025-09-18 15:37:00 +02:00
parent 8adb4775f8
commit 25778ab94e
9 changed files with 392 additions and 123 deletions

108
.gitignore vendored
View File

@@ -1,108 +0,0 @@
*.backup
backend/storage/rag_documents/*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.eslintcache
.next/
.nuxt/
out/
dist/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Docker
*.log
docker-compose.override.yml
# Database
*.db
*.sqlite
# Redis
dump.rdb
# Logs
logs/
*.log
# Coverage
coverage/
.coverage
.nyc_output
# Cache
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Temporary files
*.tmp
*.temp
.tmp/
# Security - sensitive files
backend/.config_encryption_key
*.key
*.pem
*.crt
# Generated files
backend/performance_report.json
performance_report*.json