mirror of
https://github.com/soconnor0919/eceg431.git
synced 2025-12-10 06:04:43 -05:00
39 lines
472 B
Plaintext
39 lines
472 B
Plaintext
# 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
|