__pycache__/
*.py[cod]
.venv/
*.egg-info/
dist/
.ruff_cache/
.mypy_cache/
.pytest_cache/
state.json
*.log
.env
secrets.yaml
.DS_Store
# Wick credential broker keystore
**/.warp/credentials.env
# soul.md is install-personal (lives at ~/.wick/<install>/soul.md); this
# rule guards against drafts/copies left at repo root. soul_example.md
# (the sanitized template) IS tracked.
/soul.md
# warp.yaml is the per-install runtime config (Loom project UUIDs,
# install identity, profile overrides). warp.example.yaml IS tracked
# as the template; the resolved file is install-specific.
/warp.yaml
# Loom project binding is install-local (created by `loom bind-here`):
# .mcp.json holds absolute paths to this machine's Loom checkout, and
# .loom/ holds the project binding config + local completion artifacts.
/.mcp.json
/.loom/
