Files
swarm-zap/.gitignore
2026-03-13 00:01:19 +00:00

37 lines
444 B
Plaintext

# Secrets / local env
.env
.env.*
*.pem
*.key
*.p12
*.pfx
# OpenClaw credentials and runtime state
.openclaw/credentials/
.openclaw/workspace-state.json
# Local workspace runtime data (high churn)
.clawhub/
bin/
patches/
external/
# Logs and local runtime artifacts
logs/
*.log
memory/*.tmp
tmp/
# Search/cache artifacts
.searxng-last-request
# Python / Node noise
__pycache__/
*.pyc
node_modules/
# OS/editor noise
.DS_Store
*.swp
*.swo