handouts/.gitignore
Mark 48a21a3447
All checks were successful
CI / Typos (pull_request) Successful in 7s
CI / Typst formatting (pull_request) Successful in 6s
CI / Build (pull_request) Successful in 4m53s
Allow manual builds
2025-02-25 14:30:16 -08:00

27 lines
246 B
Plaintext

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