diff --git a/bindings/python/.gitignore b/bindings/python/.gitignore index 11af59c2947..650369827b2 100644 --- a/bindings/python/.gitignore +++ b/bindings/python/.gitignore @@ -71,4 +71,5 @@ docs/_build/ # Pyenv .python-version -Cargo.lock +# Generated docs +docs diff --git a/website/.gitignore b/website/.gitignore index b2d6de30624..8593afdb480 100644 --- a/website/.gitignore +++ b/website/.gitignore @@ -18,3 +18,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +# Generated docs will be placed in the static folder +static/docs/