add .gitignore to keep site & venv folders, and other python associated documents that might be used for local development of mkdocs from being uploaded to the docs repo.
The site folder and other needed items are generated at build time and placed into gh-pages by the github action so it does not need to be included in the repo as they are unnecessary files and not used by the github action.
add .gitignore to keep site & venv folders, and other python associated documents that might be used for local development of mkdocs from being uploaded to the docs repo.
The site folder and other needed items are generated at build time and placed into gh-pages by the github action so it does not need to be included in the repo as they are unnecessary files and not used by the github action.