diff --git a/.gitignore b/.gitignore index b937d36..f4c088c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ +## Archive formats *.gz + +## Document formats + +## LaTeX exceptions *.aux *.ist *.acn @@ -7,9 +12,15 @@ *.lof *.synctex(busy) *.toc +*.lot *.out latexmkrc +!main.tex /main.* /*.log + +# Editors .vscode + +# Python .venv