chore: update .gitignore to include dist/ directory
Some checks failed
Python Package CI/CD / Setup and Test (push) Successful in 1m9s
Python Package CI/CD / Publish to PyPI (push) Failing after 1m6s

Added dist/ directory to .gitignore to prevent distribution files from being tracked by Git. This keeps the repository clean and avoids unnecessary clutter from build artifacts.
This commit is contained in:
Kumi 2024-08-18 18:54:46 +02:00
parent 14e8d44999
commit ac2f18b021
Signed by: kumi
GPG key ID: ECBCC9082395383F

3
.gitignore vendored
View file

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