# ============================================================
# LaTeX auxiliary files
# ============================================================
*.aux
*.log
*.out
*.toc
*.lof
*.lot
*.bbl
*.blg
*.bcf
*.run.xml
*.fdb_latexmk
*.fls
*.synctex.gz
*.synctex.gz(busy)
*.xdv
*.dvi
*.ps

# Index / glossary
*.idx
*.ind
*.ilg
*.glo
*.gls
*.glg
*.ist
*.acn
*.acr
*.alg

# Beamer / misc LaTeX
*.nav
*.snm
*.vrb

# ============================================================
# Generated PDFs
# Do not ignore all *.pdf because figure PDFs should be tracked.
# ============================================================
# main.pdf
# toc.pdf
# support/support.pdf
# coverletter/coverletter.pdf

# ============================================================
# Generated bibliography files
# Keep reference.bib tracked.
# ============================================================
acs-main.bib
acs-support.bib

# ============================================================
# Temporary / backup files
# ============================================================
*.tmp
*.bak
*~
#*#
.#*
*.swp
*.swo

# latexindent
indent.log

# macOS
.DS_Store

# Editor settings
.vscode/
.idea/

