CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | node_modules/
dist/
.env
.env.local
*.log
repos/
drizzle/meta/
.DS_Store
.test-repos-*/
*.pem
*.key
# Parallel-agent isolated worktrees. The Agent tool with
# isolation: "worktree" stages each agent's copy here so they don't
# collide on the main working tree. Never commit these.
.claude/worktrees/
# GateTest local cache + reports. The .gatetest.json marker file is
# kept (it's the protected-platform pointer); the .gatetest/ directory
# is scanner state (memory + reports) that should not be committed.
.gatetest/
|