Files
diff-eq-handbook/.gitignore
2026-06-04 21:28:38 -05:00

42 lines
341 B
Plaintext

# 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/**