From 32ab88c3da3ff57e42a5bd0d3978ce70077e51cf Mon Sep 17 00:00:00 2001 From: KooshaPari Date: Tue, 21 Jul 2026 20:27:07 -0700 Subject: [PATCH 1/2] chore: preserve phenotype auth module update --- third_party/phenotype-go-auth/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/third_party/phenotype-go-auth/go.mod b/third_party/phenotype-go-auth/go.mod index 1d48f79d76e..e841ba6616f 100644 --- a/third_party/phenotype-go-auth/go.mod +++ b/third_party/phenotype-go-auth/go.mod @@ -1,5 +1,3 @@ module github.com/KooshaPari/phenotype-go-auth go 1.22 - -require github.com/sirupsen/logrus v1.9.3 From a872bdd63a1e8ebbe4ddfce0b589450bc4bb7312 Mon Sep 17 00:00:00 2001 From: forge Date: Sun, 26 Jul 2026 18:19:08 -0700 Subject: [PATCH 2/2] chore: gitignore local artifacts (bench/ + __pycache__/ + worktrees/ + tsbuildinfo) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0f24b91addf..a8413cfead1 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,6 @@ test.test .llmignore journey-fix/ .grade-reports/ + +# Benchmark artifacts (not source) +bench/