mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-17 18:25:42 +02:00
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015q1TVSLNNsXAoyM7sJuVKP
34 lines
805 B
Docker
34 lines
805 B
Docker
*
|
|
!backend
|
|
!openswarm-runner/runner
|
|
!electron
|
|
!frontend
|
|
|
|
# A developer's real OAuth client secrets live here; baking them into an image that
|
|
# gets pushed to a registry is how a laptop leaks credentials. The Dockerfile asserts
|
|
# they are gone, so this list failing open fails the build instead of shipping.
|
|
backend/.env
|
|
backend/.env.*
|
|
|
|
backend/data
|
|
backend/.venv
|
|
backend/uv-bin
|
|
backend/tests
|
|
backend/.pytest_cache
|
|
|
|
# The bundle is built in a stage inside the image. A developer's stale local dist must
|
|
# never be what a cloud run renders.
|
|
frontend/dist
|
|
frontend/node_modules
|
|
electron/node_modules
|
|
electron/dist
|
|
electron/build-staging
|
|
electron/python-env
|
|
# Prebuilt Mach-O addons for the mac trackpad; main.js already skips a missing one.
|
|
electron/native
|
|
**/*.test.js
|
|
|
|
**/__pycache__
|
|
**/*.pyc
|
|
**/.DS_Store
|