.gitignore: ignore .claude/ session artifacts

This commit is contained in:
2026-05-11 16:20:14 +09:00
parent 1e7be36577
commit c64e96cbd6
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
# Build outputs.
/out/
# Claude Code session artifacts.
.claude/
# 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