add LaTex project

This commit is contained in:
ubiboy
2025-10-04 14:53:52 +09:00
commit 443b697ea8
2 changed files with 76 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# LaTeX build files
*.aux
*.bbl
*.blg
*.brf
*.idx
*.ilg
*.ind
*.lof
*.log
*.lot
*.out
*.toc
*.synctex.gz
*.fls
*.fdb_latexmk
*.pdf
*.dvi
*.ps
# Editor & OS files
*.bak
*.tmp
*.swp
*.DS_Store
*.vscode/
*.idea/