project02 complete, add .gitignore

This commit is contained in:
2025-09-02 08:33:07 -04:00
parent e389939297
commit 2e8ebbbfd5
10 changed files with 37 additions and 27 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# 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