chore: 添加LaTeX文档和.gitignore配置

添加了LaTeX文档模板和.gitignore文件中的LaTeX临时文件忽略规则,以支持论文编写和避免不必要的文件提交。
This commit is contained in:
carry
2025-04-24 23:18:18 +08:00
parent 3718c75cee
commit 6685b742ed
3 changed files with 458 additions and 1 deletions

24
.gitignore vendored
View File

@@ -33,4 +33,26 @@ unsloth_compiled_cache
# 测试和参考代码
test.ipynb
test.py
refer/
refer/
# LaTeX临时文件
*.aux
*.log
*.out
*.toc
*.synctex.gz
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.lof
*.lot
*.idx
*.ilg
*.ind
*.nav
*.snm
*.vrb
*.pdf