handouts/.gitignore
2025-01-21 17:36:13 -08:00

25 lines
231 B
Plaintext

# Development files
venv
__pycache__
*.ignore
.mypy_cache
# Output files
/output
/output.zip
*.pdf
# TeX build files
*.synctex.gz*
*.latexmk
*.aux
*.out
*.log
*.fls
*.fdb_latexmk
*.dvi
*.xdv
# Do not ignore any notes
!/notes/**