docs: 添加 .gitignore,清理 LaTeX 源码并更新 README 编译指南
This commit is contained in:
+51
@@ -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/
|
||||
Reference in New Issue
Block a user