chore: comprehensive .gitignore for LaTeX project

This commit is contained in:
Worker Agent
2026-06-04 21:28:38 -05:00
parent 61240247bc
commit 08cb40ab75

40
.gitignore vendored
View File

@@ -1 +1,41 @@
# LaTeX build artifacts
*.aux
*.log
*.out
*.toc
*.lof
*.lot
*.fls
*.fdb_latexmk
*.synctex.gz
*.ent
*.ptc
*.nlo
*.nls
*.dvi
*.ps
*.bbl
*.blg
*.run.xml
*.sav
*.ilg
# PDFs except main.pdf (tracked)
*.pdf
!main.pdf
# Editor swap/backup files
*~
.*.swp
.*.swo
#*#
# macOS
.DS_Store
# Build directories
build/
_build/
# Opencode
.opencode/** .opencode/**