Files
cv/.gitignore

37 lines
358 B
Plaintext

# Build output
dist/
.omc/
# LaTeX intermediates (in case anything is built outside dist/)
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.lof
*.log
*.lot
*.nav
*.out
*.run.xml
*.snm
*.synctex.gz
*.toc
*.xdv
# PDF — generated artifact, source of truth is the .tex
*.pdf
!sample-image.png
# OS
.DS_Store
Thumbs.db
# Editors
.vscode/
.idea/
*.swp
*.swo
*~