Files
2026-04-29 15:41:24 +03:00

54 lines
498 B
Plaintext

# LaTeX build files
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.lof
*.log
*.lot
*.nav
*.out
*.run.xml
*.snm
*.synctex.gz
*.toc
*.vrb
# Beamer / minted / glossaries / nomenclature
*.acn
*.acr
*.alg
*.glg
*.glo
*.gls
*.ist
*.loa
*.lol
*.nlo
*.nls
*.pyg
_minted-*/
# Temporary files
*.tmp
*.bak
*.swp
*.swo
*~
# Editors / IDEs
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Keep final PDFs ignored by default.
# Remove this line if you want to commit the compiled PDF.
*.pdf