# ── Secrets — never commit ──────────────────────────────────────────────────
**/.env
**/.ssh/
id_ed25519*
*.pem
*.key
# Claude Code machine-local settings (auto-generated allowlist; can contain secrets).
**/settings.local.json

# ── Nested repo with its own remote ─────────────────────────────────────────
# gutasktool is its own repository on ramanujan; not tracked here.
GlitchUniversity/gutasktool/

# ── Python / build cruft ────────────────────────────────────────────────────
__pycache__/
*.pyc
*.egg-info/
dist/
build/

# Quince runtime self is governed by deploy/.gitignore (keeps only the
# tracked CLAUDE.md, settings.json, and the day-zero journal seed).
**/.identity.env
