# Secrets — never commit
.env
.env.*
!.env.example

# Large runtime artifacts
sglang/*.sif
sglang/*.simg
sglang/*.sandbox

# Node / Bun build artifacts
**/node_modules/
**/dist/
**/build/
**/.next/
**/.turbo/
**/.cache/
**/__pycache__/
*.py[cod]

# Disabled nested git histories (kept on disk for recovery, not for upstream)
**/.git.disabled/

# Logs
*.log
/tmp/bolero-code-*.log

# OS junk
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*.swo

# never commit runtime images or secrets
container/*.sif
.env
node_modules/
dist/

# Interrupted container build state
container/.build/

# Python packaging metadata
**/*.egg-info/
# written by scripts/build-runtime-bundle.sh into the checkout; the bundle carries it
claude-code-router/addons.json
