# === Secrets & Credentials ===
.env
secrets.json
credentials*
.credentials*
active-env.json
model-profiles.json
settings.local.json
.claude/settings.local.json
.claude/scheduled_tasks.lock
scripts/.env

# === Settings with permissions (contains allowed URLs/domains) ===
settings.json

# === Session history (may echo sensitive prompts) ===
history.jsonl

# === Ephemeral / Session State ===
sessions/
session-env/
tasks/
teams/
todos/
paste-cache/
shell-snapshots/

# === Caches & Build Artifacts ===
cache/
node_modules/
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
__pycache__/
*.pyc
.coverage

# === Logs & Debug ===
debug/
telemetry/

# === Large / Generated ===
backups/
file-history/
plans/
powerline/usage/
posts/

# === Project-specific state (per-repo, not portable) ===
projects/

# === System skills (managed externally) ===
skills/.system/

# === User-specific config (not part of marketplace) ===
claude-powerline.json
MCP_Sequential.md
.claude-hooks-config.sh
.claude-hooks-ignore

# === Local working state (ralphex sessions, progress logs) ===
.ralphex/

# === OS artifacts ===
.DS_Store
