mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 12:17:45 +02:00
25 lines
443 B
Plaintext
25 lines
443 B
Plaintext
.DS_Store
|
|
.worktrees
|
|
.env
|
|
openswarm-demo1/
|
|
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/
|