Files
eceg431/.gitignore
2025-10-26 18:05:19 -04:00

38 lines
461 B
Plaintext

# nand2tetris source files
nand2tetris/
# nand2tetris project test file output
07/**/*.asm
08/**/*.asm
# 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