docs: 添加 .gitignore,清理 LaTeX 源码并更新 README 编译指南

This commit is contained in:
fengmengqi
2026-03-19 12:44:14 +08:00
parent 69717ebdb7
commit 28c4fe413d
3 changed files with 180 additions and 70 deletions
+51
View File
@@ -0,0 +1,51 @@
# LaTeX
*.aux
*.bbl
*.blg
*.log
*.out
*.pdf
*.synctex.gz
*.fdb_latexmk
*.fls
*.toc
*.lof
*.lot
*.run.xml
*~
*.dvi
*.ps
*.idx
*.ilg
*.ind
*.nav
*.snm
*.vrb
*.bcf
*.xml
# Python (if applicable)
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
.venv
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
*.coveragerc
.hypothesis/
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/