chore: update .gitignore to include build directory

Added the 'build/' directory to .gitignore to exclude build artifacts from version control. This change helps keep the repository clean by avoiding unnecessary files. No functional code changes were made.
This commit is contained in:
Kumi 2024-07-01 14:53:33 +02:00
parent 3c5b8ebc33
commit a4540c1f41
Signed by: kumi
GPG key ID: ECBCC9082395383F

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
venv/
*.pyc
__pycache__/
__pycache__/
build/