From cd09198b9e806384f8c382316270ba0ba7c76ff1 Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Thu, 26 Jun 2025 18:14:52 -0700 Subject: jun 26 --- .gitignore | 179 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfe6b5b --- /dev/null +++ b/.gitignore @@ -0,0 +1,179 @@ +# LaTeX auxiliary files +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb + +# LaTeX intermediate files +*.dvi +*.xdv +*-converted-to.* + +# LaTeX biblatex +*.bcf +*.blg +*.bbl +*.run.xml + +# LaTeX build files +*.fdb_latexmk +*.synctex.gz +*.synctex(busy) +*.pdfsync + +# LaTeX index files +*.idx +*.ilg +*.ind +*.ist + +# LaTeX glossary files +*.acn +*.acr +*.glg +*.glo +*.gls +*.glsdefs +*.lzo +*.lzs + +# LaTeX beamer files +*.nav +*.pre +*.snm +*.vrb + +# LaTeX algorithm2e +*.alg +*.loa + +# LaTeX achemso +acs-*.bib + +# LaTeX amsthm +*.thm + +# LaTeX beamer +*.nav +*.pre +*.snm +*.vrb + +# LaTeX changes +*.soc + +# LaTeX cprotect +*.cpt + +# LaTeX endfloat +*.ttt +*.fff + +# LaTeX fancyhdr +*.fancyhdr + +# LaTeX hyperref +*.figlist +*.makefile +*.xref + +# LaTeX listings +*.lol + +# LaTeX minted +_minted* +*.pyg + +# LaTeX morewrites +*.mw + +# LaTeX nomencl +*.nlg +*.nlo +*.nls + +# LaTeX pax +*.pax + +# LaTeX pdfpages +*.pdf_tex + +# LaTeX sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# LaTeX scrwfile +*.wrt + +# LaTeX sympy +*.upa +*.upb + +# LaTeX TikZ & PGF +*.auxlock +*.figlist +*.makefile +*.xref + +# LaTeX todonotes +*.tdo + +# LaTeX xindy +*.xdy + +# LaTeX xypic +*.xyc + +# LaTeX latexmk +*.fdb_latexmk + +# LaTeX pythontex +*.pytxcode +pythontex-files-*/ + +# LaTeX thmtools +*.loe + +# LaTeX Asymptote +*.asy +*.pre + +# LaTeX WinEdt +*.bak +*.sav + +# LaTeX LyX +*.lyx~ + +# LaTeX Kile +*.kilepr + +# macOS specific +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Editor specific (keep .vscode/ for LaTeX Workshop config) +.idea/ +*.swp +*.swo +*~ + +# Backup files +*~ +*.backup +*.bak +*.orig \ No newline at end of file -- cgit v1.2.3