chore: update .gitignore to ignore build artifacts and venv

Renamed .hugo-build.lock to .hugo_build.lock to match actual file naming. Added venv/ to ignore list to prevent virtual environment files from being tracked, avoiding unnecessary clutter in the repository.
This commit is contained in:
Kumi 2024-07-23 08:54:35 +02:00
parent caadb6f075
commit d93c0a86bc
Signed by: kumi
GPG key ID: ECBCC9082395383F

3
.gitignore vendored
View file

@ -1,4 +1,5 @@
.DS_Store
public/
resources/
.hugo-build.lock
.hugo_build.lock
venv/