From 2d65af2101c5ad54b57a9415adb27de1c2c739ce Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Thu, 18 Sep 2025 22:56:57 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b95ab74..d2f0c13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# nand2tetris source files +nand2tetris/ + # Compiled outputs *.hack *.out