# ── claude-config repo ignores ──

# GStack skill symlinks — auto-created by gstack setup
# Only the gstack/ dir itself + all symlinked skills inside skills/
skills/gstack
skills/autoplan
skills/benchmark
skills/browse
skills/canary
skills/careful
skills/codex
skills/connect-chrome
skills/cso
skills/design-consultation
skills/design-html
skills/design-review
skills/design-shotgun
skills/devex-review
skills/document-release
skills/freeze
skills/gstack-upgrade
skills/guard
skills/health
skills/investigate
skills/land-and-deploy
skills/learn
skills/office-hours
skills/open-gstack-browser
skills/pair-agent
skills/plan-ceo-review
skills/plan-design-review
skills/plan-devex-review
skills/plan-eng-review
skills/qa
skills/qa-only
skills/retro
skills/review
skills/setup-browser-cookies
skills/setup-deploy
skills/ship
skills/unfreeze
skills/benchmark-models
skills/context-restore
skills/context-save
skills/make-pdf
skills/plan-tune
skills/spec
skills/document-generate
skills/landing-report
skills/scrape
skills/setup-gbrain
skills/skillify
skills/sync-gbrain
# iOS device-farm skills (need a Mac daemon + Tailscale + iOS devices) —
# not linked on this Linux host; ignored so they stay out of git if a
# future gstack setup on a Mac host materializes the symlinks.
skills/ios-clean
skills/ios-design-review
skills/ios-fix
skills/ios-qa
skills/ios-sync

# External skill symlinks — auto-created by link.sh
skills/design-motion-principles
skills/emil-design-eng
skills/frontend-design

# External skills installed via `npx skills add` — auto-created by link.sh
skills/darwin-skill
skills/find-skills

# Staging area used by lib/toggle-external.sh when disabling a tool
skills-disabled/

# Local project config (per-machine, not shared)
.claude/*
!.claude/tasks/
!.claude/memory/
!.claude/audits/
!.claude/settings.json
# But keep local stuff ignored within .claude/
.claude/settings.local.json
.claude/agent-memory/
.claude/gstack/

# Generated outputs
graphify-out/
.ctx7-cache/

# /client-handover test artifacts (project-local renders)
LIVRAISON.md
LIVRAISON.html
LIVRAISON.pdf
HANDOVER.md
HANDOVER.html
HANDOVER.pdf

# Install logs
install-*.log

# Local secrets (MCP API keys etc.) — real key lives in ~/.claude/.env;
# repo/.env is a symlink to it (created by link.sh). Never commit the secret.
.env
.env.*
!.env.example

# OS
.DS_Store
Thumbs.db
desktop.ini

# Editors
*.swp
*.swo
*~
.idea/
.vscode/

# Profile cache — written by lib/profile.sh, read by hooks/statusline.sh
.active-profile
.gstack/

# Frontend Design (Anthropic) — installed/refreshed from the example-skills
# plugin cache by install-plugins.sh (Step 8b) and update-all.sh on every run.
# Not vendored: tracking it produced a repo diff each time Anthropic shipped
# an update. The source is always re-synced, so no offline copy is needed.
skills-external/frontend-design/

# npx `skills add` project-scope artifacts — darwin-skill copies itself into
# the repo's .agents/ and writes skills-lock.json at root. Our own agents live
# in agents/ (no dot) and stay tracked. Anchored to root so only the dotted
# pollution dir is ignored.
/.agents/
/skills-lock.json

# deploy: transient per-deploy state (the runbook/ledger/oracle ARE committed)
.claude/deploy/NEXT.sh
.claude/deploy/PENDING.json
