Files
honors-thesis/.gitignore
Sean O'Connor b75f31271b
All checks were successful
Build Proposal and Thesis / build-github (push) Has been skipped
Build Proposal and Thesis / build-gitea (push) Successful in 49s
Update thesis content and improve reproducibility framework
- Refine introduction and background chapters for clarity and coherence.
- Enhance reproducibility chapter by connecting challenges to infrastructure requirements.
- Add new references to support the thesis arguments.
- Update .gitignore to include IDE files.
- Modify hyperref package usage to hide colored boxes in the document.
2026-02-12 10:26:49 -05:00

28 lines
226 B
Plaintext

# LaTeX build artifacts
*.aux
*.bbl
*.blg
*.log
*.out
*.toc
*.lof
*.lot
*.fls
*.fdb_latexmk
*.synctex.gz
*.dvi
*.pdf
# Build directory
build/
**/build/
# context directory
context
# OS files
.DS_Store
# IDE files
.vscode/