Skip to content

Commit 5df690e

Browse files
committed
chore: gitignore build artifacts and clean up scratch files
Add _build/, mlsysim/docs/assets/, site_libs, rendered HTML, and test plan YAML to .gitignore. Remove leftover scratch files from root.
1 parent cf840f3 commit 5df690e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,12 @@ newsletter/drafts/*.md
208208

209209
/.quarto/
210210
**/*.quarto_ipynb
211+
212+
# Quarto / mlsysim rendered site output
213+
_build/
214+
mlsysim/docs/assets/
215+
mlsysim/docs/site_libs/
216+
mlsysim/docs/**/*.html
217+
218+
# mlsysim scratch / test plans
219+
mlsysim/test_*.yaml

0 commit comments

Comments
 (0)