From 398fd5aaaede24779500b5d2239c094545ae6f4b Mon Sep 17 00:00:00 2001 From: Caleb Allen Date: Sun, 22 Mar 2026 23:25:58 -0400 Subject: [PATCH] chore(M004/S01): auto-commit after state-rebuild --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.gitignore b/.gitignore index 320ba4c..ffd1f0d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,31 @@ lefthook-local.yml # Profiling artifacts trace-*.out *.pprof + +# ── GSD baseline (auto-generated) ── +.gsd +.DS_Store +Thumbs.db +*.swp +*.swo +*~ +.idea/ +.vscode/ +*.code-workspace +.env +.env.* +!.env.example +node_modules/ +.next/ +dist/ +build/ +__pycache__/ +*.pyc +.venv/ +venv/ +target/ +vendor/ +*.log +coverage/ +.cache/ +tmp/