From 9ba7cd3b47fb91eaaa8d0c3df8b7286a89be1756 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 28 Jun 2026 21:19:30 +0800
Subject: [PATCH] Freeze 0.1.12 local QA baseline

---
 .gitignore |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1c093f0..3cd86d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 .DS_Store
 
 # SwiftPM
+.build/
 C1.source/.build/
 C1.source/.swiftpm/
 C1.source/Package.resolved
@@ -13,5 +14,6 @@
 # Logs
 *.log
 
-# Build and release artifacts
+# Local build and release artifacts. Formal release recoverability is tracked
+# by source commit, release tag, manifest, SHA256, and GitHub Release assets.
 C2.builds/

--
Gitblit v1.9.3