Refactor: Replaced individual build scripts with a Makefile and helper script for managing local and Docker builds, alongside updates to resume and CV content sections.

This commit is contained in:
Sean O'Connor
2026-02-04 00:16:34 -05:00
parent e54a0e36e6
commit 59f172bd0b
15 changed files with 309 additions and 365 deletions

41
.gitignore vendored
View File

@@ -1,38 +1,19 @@
# LaTeX build files
# Ignore build artifacts
build/
output/
# LaTeX temporary files
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
.*.lb
*.pdf
*.dvi
*.xdv
*-converted-to.*
.pdf
*.fls
*.fdb_latexmk
*.synctex.gz
*.bbl
*.blg
*.synctex.gz
*.fdb_latexmk
# GitHub Secrets
# Personal information
.secrets
# Private information
personal_info_private.tex
personal_info.tex
# macOS system files
.DS_Store
.AppleDouble
.LSOverride
# Editor files
.vscode/
.idea/
# OS files
.DS_Store