Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Commit58b822dunknown_key

chore: gitignore .gatetest/ (scanner local cache + reports)

chore: gitignore .gatetest/ (scanner local cache + reports)

The .gatetest/ directory is created by GateTest at scan-time to store
local memory + report output. It's runtime state, not source. The
sibling .gatetest.json marker file (no slash, no subdir) stays in
the repo — it's the protected-platform pointer that GateTest reads.
Claude committed on May 17, 2026Parent: 2d46e26
1 file changed+5058b822dd44982bce399994c7780e3234fddb1bab
1 changed file+5−0
Modified.gitignore+5−0View fileUnifiedSplit
1414# isolation: "worktree" stages each agent's copy here so they don't
1515# collide on the main working tree. Never commit these.
1616.claude/worktrees/
17
18# GateTest local cache + reports. The .gatetest.json marker file is
19# kept (it's the protected-platform pointer); the .gatetest/ directory
20# is scanner state (memory + reports) that should not be committed.
21.gatetest/
1722