Update .gitignore to exclude evolutionapi.egg-info and dist/ directories; remove old distribution files (evolutionapi-0.0.9-py3-none-any.whl and evolutionapi-0.0.9.tar.gz) as part of cleanup for versioning.

This commit is contained in:
Davidson Gomes 2025-01-16 17:59:08 -03:00
parent 2e564f209b
commit 9c22621876
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
__pycache__/ __pycache__/
*.cpython*.pyc *.cpython*.pyc
evolutionapi.egg-info/ evolutionapi.egg-info/
dist/

Binary file not shown.

Binary file not shown.