# Node node_modules/ **/node_modules/ npm-debug.log yarn-error.log package-lock.json # Build output (кроме webui .next для standalone) out/ dist/ **/dist/ *.tsbuildinfo # Git .git/ .gitignore .gitattributes .github/ .gitea/ # IDE .vscode/ .idea/ *.iml *.swp *.swo # Env (NEVER in image) .env .env.* !.env.example # Docs (не нужны в образе) docs/ *.md LICENSE CHANGELOG* CONTINUE.md AGENTS.md # Deploy scripts (не в образ, только код) backend/deploy/scripts/ backend/deploy/k8s/*.sh *.sh # Data, certs db.sqlite *.sqlite certificates/ searxng/ *.pem *.key *.crt # Misc .DS_Store Thumbs.db *.log coverage/ **/coverage/ *.bak *.tmp # Test files **/*_test.go **/test/ **/tests/ **/__tests__/ # CI temp .runner *.runner # Cursor/IDE .cursor/ .cursorignore