chore: update .gitignore to include /dist/ directory

Added the /dist/ directory to .gitignore to prevent distribution artifacts from being tracked in the repository. This helps in keeping the repository clean and reduces unnecessary clutter in version control.
This commit is contained in:
Kumi 2024-07-16 09:59:11 +02:00
parent ae73156fc9
commit 9d25954448
Signed by: kumi
GPG key ID: ECBCC9082395383F

3
.gitignore vendored
View file

@ -1,4 +1,5 @@
venv/
.venv/
__pycache__/
*.pyc
*.pyc
/dist/