mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-13 21:27:41 +02:00
connected MCPs sort to top, Haiku-overflow warning, misc fixes, security risks fixes
36 lines
770 B
Plaintext
36 lines
770 B
Plaintext
.DS_Store
|
|
.worktrees
|
|
.env
|
|
.env.*
|
|
!.env*.example
|
|
.local-stash/
|
|
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
|
|
|
|
# Router is fetched from npm at build time into electron/build-staging/router.
|
|
# No local router/ directory is tracked.
|
|
|
|
# Pre-installed MCP server dependencies
|
|
backend/npm-servers/*/node_modules/
|
|
|
|
# Frontend build output
|
|
frontend/dist/
|
|
# Bundled uv binaries (downloaded during build)
|
|
backend/uv-bin/
|
|
# Backend Python venv (created by run.ps1 / backend/run.sh)
|
|
backend/.venv/
|
|
.account-factory
|
|
openswarm-cloud
|
|
.openswarm-cloud
|
|
.claude/
|
|
# Local-only operator helpers (never commit)
|
|
scripts/set-fly-*.sh
|