mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 01:28:35 -05:00
Refresh top-level README with clearer volume naming, HTML branch table, and consolidated support section. Replace ASCII art with SVG diagrams in tinytorch milestones and labs. Streamline slides and kits READMEs. Remove retired challenges/ directory.
35 lines
450 B
Plaintext
35 lines
450 B
Plaintext
# LaTeX auxiliary files (generated during build)
|
|
*.aux
|
|
*.log
|
|
*.nav
|
|
*.out
|
|
*.snm
|
|
*.toc
|
|
*.vrb
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.synctex.gz
|
|
*.bbl
|
|
*.blg
|
|
|
|
# Compiled PDFs in source dirs (build output goes to _build/)
|
|
vol1/**/*.pdf
|
|
vol2/**/*.pdf
|
|
!vol1/**/images/*.pdf
|
|
|
|
# Build output directory
|
|
_build/
|
|
|
|
# SVG-derived PDFs in images/ (regenerated from SVGs via `make svgs`)
|
|
vol1/**/images/*.pdf
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Editor backups
|
|
*~
|
|
*.swp
|
|
|
|
/.quarto/
|
|
**/*.quarto_ipynb
|