# nand2tetris source files nand2tetris/ # nand2tetris project test file output 07/**/*.asm 08/**/*.asm 09/**/*.vm # Compiled outputs *.hack *.out # Simulator-generated files *.cmp *.diff *.log *.out # OS-generated files .DS_Store Thumbs.db # IDE / editor settings .vscode/ .idea/ *.swp *.swo *~ # Build artifacts (if using assembler/compiler scripts) bin/ out/ target/ # Python / Java tooling (if you extend projects with custom scripts) __pycache__/ *.pyc *.class