From 777c951fab2e3a62d61f71b9438556b90fe57bcf Mon Sep 17 00:00:00 2001 From: Hojun-Cho Date: Wed, 13 May 2026 19:43:09 +0900 Subject: [PATCH] .gitignore: ignore .ai/ and stray /memiotest --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 81e58352..8573a914 100644 --- a/.gitignore +++ b/.gitignore @@ -3,11 +3,13 @@ # Claude Code session artifacts. .claude/ +.ai/ # Stray executables produced by ad-hoc `ww build` runs in the project # root. Real source for these lives under selfhost/test/ as .ww files. /loop /sym_link +/memiotest # Per-module build artifacts. The .combined.ww files under selfhost/ # are intentionally tracked — they're frozen bootstrap inputs.