.gitignore: ignore .ai/ and stray /memiotest

This commit is contained in:
2026-05-13 19:43:09 +09:00
parent 5bfdc7b20d
commit 777c951fab

2
.gitignore vendored
View File

@@ -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.