.DS_Store # wrangler files .wrangler .dev.vars* !.dev.vars.example .env* !.env.example ############################################################################### # LaTeX auxiliary files ############################################################################### *.aux *.bbl *.bcf *.blg *.brf *.fdb_latexmk *.fls *.idx *.ilg *.ind *.lof *.log *.lol *.lot *.out *.run.xml *.synctex.gz *.toc *.xdv ############################################################################### # Latexmk ############################################################################### *.latexmk ############################################################################### # Glossaries / nomenclature ############################################################################### *.acn *.acr *.alg *.glg *.glo *.gls *.ist ############################################################################### # MakeIndex ############################################################################### *.idx *.ilg *.ind ############################################################################### # Minted ############################################################################### _minted* *.pyg ############################################################################### # TikZ externalization ############################################################################### *-figure*.pdf *-figure*.md5 ############################################################################### # Temporary files ############################################################################### *.tmp *.bak *.backup *.swp *.swo *~ ############################################################################### # macOS ############################################################################### .DS_Store ############################################################################### # VS Code (optional) ############################################################################### .vscode/* !.vscode/settings.json !.vscode/extensions.json !.vscode/tasks.json !.vscode/launch.json