milestone 2 submission

This commit is contained in:
2026-01-25 20:47:44 -05:00
parent 2fd89e9799
commit a7722caa8b
9 changed files with 305 additions and 27 deletions

16
.gitignore vendored
View File

@@ -1,8 +1,20 @@
# LaTeX build artifacts
*.aux
*.fls
*.log
*.out
*.toc
*.synctex.gz
*.pdf
*.fls
*.fdb_latexmk
*.pdf
# Build directories
build/
out/
# Keep the makefile and source files
!Makefile
!*.tex
# macOS
*.DS_Store