fix: Exclude .venv and build artifacts from Jupyter Book scanning

This commit is contained in:
Vijay Janapa Reddi
2025-11-08 18:49:56 -05:00
parent 7ebb92ded0
commit abc2af9daf

View File

@@ -18,6 +18,14 @@ execute:
allow_errors: true
timeout: 300
# Exclude patterns - don't scan these directories/files
exclude_patterns:
- _build
- .venv
- "**/.venv/**"
- "**/__pycache__/**"
- "**/.DS_Store"
# GitHub repository configuration for GitHub Pages
repository:
url: https://github.com/mlsysbook/TinyTorch