Add .gitignore for LaTeX artifacts

This commit is contained in:
Split 2026-02-26 11:02:38 -05:00
parent 4e8c9f53bf
commit 8bb9e1c96c

19
docs/.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# LaTeX build artifacts
*.aux
*.log
*.out
*.pdf
*.toc
*.lof
*.lot
*.fls
*.fdb_latexmk
*.synctex.gz
*.synctex.gz(busy)
*.dvi
*.ps
# IDE/editor files
.DS_Store
*.swp
*~