Major changes: - Add Go backend (backend/) with microservices architecture - Enhanced master-agents-svc: reranker, content-classifier, stealth-crawler, proxy-manager, media-search, fastClassifier, language detection - New web-svc widgets: KnowledgeCard, ProductCard, ProfileCard, VideoCard, UnifiedCard, CardGallery, InlineImageGallery, SourcesPanel, RelatedQuestions - Improved discover-svc with discover-db integration - Docker deployment improvements (Caddyfile, vendor.sh, BUILD.md) - Library-svc: project_id schema migration - Remove deprecated finance-svc and travel-svc - Localization improvements across services Made-with: Cursor
50 lines
641 B
Plaintext
50 lines
641 B
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Build output
|
|
.next/
|
|
out/
|
|
dist/
|
|
|
|
# IDE/Editor specific
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Config files
|
|
config.toml
|
|
|
|
# Log files
|
|
logs/
|
|
*.log
|
|
|
|
# Testing
|
|
/coverage/
|
|
|
|
# Miscellaneous
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Db & data
|
|
db.sqlite
|
|
apps/frontend/data/*
|
|
!apps/frontend/data/.gitignore
|
|
/searxng
|
|
|
|
certificates
|
|
|
|
# SSL backup (приватные ключи не в репо)
|
|
deploy/k3s/ssl/backup/*
|
|
!deploy/k3s/ssl/backup/.gitkeep
|
|
|
|
# Vendor cache (npm + Docker images для оффлайн-билда)
|
|
vendor/ |