Files
cs249r_book/.gitignore
Vijay Janapa Reddi 417c4849f3 docs: add table formatter documentation and update dependencies
- Added comprehensive README for table formatter tool
- Updated tools dependencies
- Cleaned up development requirements
- Removed outdated footnote context
2025-10-06 14:12:21 -04:00

157 lines
3.2 KiB
Plaintext

# =============================================================================
# Machine Learning Systems Book - .gitignore
# =============================================================================
# -----------------------------------------------------------------------------
# Development Environments & Tools
# -----------------------------------------------------------------------------
# Python environments
.venv/
venv/
env/
.conda/
__pycache__/
# R environment
.Rproj.user/
# Editors & IDEs
.idea/
.vscode/
!.vscode/settings.json
/.luarc.json
# macOS
.DS_Store
*.icloud
# -----------------------------------------------------------------------------
# Quarto & Book Generation
# -----------------------------------------------------------------------------
# Quarto cache and output
/.quarto/
/_book/
/quarto/.quarto/
# Build directory (new structure)
/build/
# macOS system files
._*
# Quarto temporary files
_quarto_test.yml
swap_quarto.bat
# Script backup files
*.bak
*.backup
*.qmd.backup
*.yml.backup
*.yaml.backup
# Cross-reference files
**/._htmlbook_xref.json
**/._pdfbook_xref.json
# Site libraries
site_libs/
# -----------------------------------------------------------------------------
# Generated Content & Build Artifacts
# -----------------------------------------------------------------------------
# HTML outputs
/index.html
contents/**/*.html
quarto/contents/**/*.html
# LaTeX build files
index.tex
index.aux
index.toc
index.log
index_files/
quarto/index.pdf
Machine-Learning-Systems.tex
Machine-Learning-Systems.log
Machine-Learning-Systems.pdf
quarto/contents/labs/**/*.tex
quarto/contents/labs/**/*.pdf
# Book outputs
/*.ipynb
# PDF files - should not be tracked in git
/*.pdf
assets/Machine-Learning-Systems.pdf
# -----------------------------------------------------------------------------
# Quarto Figure & Media Generation
# -----------------------------------------------------------------------------
# Generated figures (specific to core content)
quarto/contents/core/**/figure-latex/
quarto/contents/core/**/figure-pdf/
quarto/contents/core/**/figure-html/
quarto/contents/core/**/mediabag/
# Lab-specific generated content
quarto/contents/labs/**/figure-latex/
quarto/contents/labs/**/figure-pdf/
quarto/contents/labs/**/mediabag/
# Any other figure directories
**/figure-latex/
# -----------------------------------------------------------------------------
# Local Development & Temporary Files
# -----------------------------------------------------------------------------
# Local workspace
locals/
# Scripts and tools
scripts/cross_refs/t5-mlsys-domain-adapted/
# Temporary and debug files
debug.log
*.log
# Chapter review temporary files
.temp/
.claude/_reviews/
# -----------------------------------------------------------------------------
# Project Specific
# -----------------------------------------------------------------------------
# Build artifacts and caches
._pdfbook_xref.json
._htmlbook_xref.json
.xref_cache/
index_files/
site_libs/
.gradio/
locals/
..bfg-report/
# R Markdown artifacts (should not be committed)
*.rmarkdown
*.knit.md
*.utf8.md
# macOS artifacts
.DS_Store
._*
quarto/_site/
quarto/_build/
# AI tools
.claude/
.cursor/
*.backup.*
*.swp