mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 07:24:34 +01:00
109 lines
1.0 KiB
Plaintext
109 lines
1.0 KiB
Plaintext
*.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
|