mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-05 07:36:23 -05:00
fix: Exclude .venv and build artifacts from Jupyter Book scanning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user