Update .gitignore: Add "dist/" to ignore list

The commit adds "dist/" to the .gitignore file, ensuring that these files will be ignored when committing changes. This helps to keep the repository clean and free of unnecessary files.
This commit is contained in:
Kumi 2023-08-25 08:04:57 +02:00
parent e4afeaa73b
commit 7fe9e42264
Signed by: kumi
GPG key ID: ECBCC9082395383F

3
.gitignore vendored
View file

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