27 lines
284 B
Plaintext
27 lines
284 B
Plaintext
# LaTeX build artifacts
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.synctex.gz
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# LibreOffice lock files (e.g. .~lock.MikeEberlein_Resume.docx#)
|
|
.~lock.*#
|
|
|
|
# Linux temp / editor files
|
|
*~
|
|
.*.swp
|
|
.*.swo
|
|
*.bak
|
|
*.tmp
|
|
.fuse_hidden*
|
|
.nfs*
|
|
.directory
|
|
.Trash-*
|