chore: update .gitignore to include dist directory

Added trailing slash to "dist" in .gitignore to properly ignore the directory instead of any file named "dist". This ensures that all build artifacts are excluded from version control.
This commit is contained in:
Kumi 2024-06-19 10:19:21 +02:00
parent 7512c54d94
commit 03a47fffbd
Signed by: kumi
GPG key ID: ECBCC9082395383F

2
.gitignore vendored
View file

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