Files
swarm-master/.gitignore
William Valentin b58a6ae06d Track litellm credentials; ignore runtime log files
Add *.log to .gitignore so litellm-maintenance.log and any future log files
are not tracked. Stage litellm-copilot-tokens/api-key.json — repo is local
access only.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 13:36:30 -07:00

25 lines
625 B
Plaintext

# ── OS / editor noise ─────────────────────────────────────────────────────
.DS_Store
*.swp
*.swo
*~
# ── OpenClaw ephemeral / binary / noisy data ──────────────────────────────
openclaw/workspace/
openclaw/workspace-*/
openclaw/logs/
openclaw/extensions-quarantine/
openclaw/sandboxes/
openclaw/media/
openclaw/memory/*.sqlite
openclaw/memory/*.tmp*
openclaw/agents/*/sessions/
openclaw/cron/runs/
# Temp files
*.tmp
*.tmp-*
# Runtime logs
*.log