When running hugo serve locally, a website/ folder is generated.
It appears as an untracked file in git status.
To avoid confusion for new contributors, we can add website/ to the .gitignore file.
Proposed change:
Add the following line to .gitignore:
website/