Files
cs249r_book/slides/.gitignore
Vijay Janapa Reddi ba13101e89 docs: polish README, SVGs, and component docs across curriculum
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.
2026-03-17 05:42:41 -04:00

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