diff --git a/book/_config.yml b/book/_config.yml index eab7f8c8..7b7c6f41 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -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