mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-17 18:25:42 +02:00
34 lines
598 B
Plaintext
34 lines
598 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
|
|
|
|
# 9Router build artifacts
|
|
9router/node_modules/
|
|
9router/.next/
|
|
9router/package-lock.json
|
|
|
|
# Pre-installed MCP server dependencies
|
|
backend/npm-servers/*/node_modules/
|
|
|
|
# Frontend build output
|
|
frontend/dist/
|
|
# Bundled uv binaries (downloaded during build)
|
|
backend/uv-bin/
|
|
.account-factory
|
|
openswarm-cloud
|
|
.openswarm-cloud
|
|
.claude/
|