mirror of
https://github.com/soconnor0919/honors-thesis.git
synced 2026-03-23 19:57:51 -04:00
- 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.
28 lines
226 B
Plaintext
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/
|