handouts/.gitignore
Mark a82cc8c79f
Some checks failed
Lints / typos (push) Successful in 21s
Build and deploy / build (push) Has been cancelled
New build system
2025-01-21 18:35:58 -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/**