mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-12 12:47:42 +02:00
- Bundle uv/uvx universal binaries in backend/uv-bin/ (downloaded during build) - tools_lib: _extra_bin_dirs and _resolve_command check uv-bin/ for uvx - build-app.sh: auto-download uv for both architectures, create universal binary - run.sh: auto-download uv for dev mode on first run - Removed google-workspace-mcp from requirements.txt (dependency conflict with langchain
24 lines
426 B
Plaintext
24 lines
426 B
Plaintext
.DS_Store
|
|
.worktrees
|
|
.env
|
|
backend/data/**
|
|
!backend/data/outputs/
|
|
!backend/data/outputs/*.json
|
|
|
|
# Electron build artifacts
|
|
electron/dist/
|
|
electron/python-env/
|
|
electron/build-staging/
|
|
electron/node_modules/
|
|
electron/package-lock.json
|
|
|
|
# 9Router build artifacts
|
|
9router/node_modules/
|
|
9router/.next/
|
|
9router/package-lock.json
|
|
|
|
# Frontend build output
|
|
frontend/dist/
|
|
# Bundled uv binaries (downloaded during build)
|
|
backend/uv-bin/
|