Ignore generated egg-info directories

Avoid treating setuptools metadata as working tree noise when packaging and\nrunning release checks.\n\nIgnore *.egg-info/ globally so generated metadata stays out of follow-on\ncommits while leaving the actual milestone work staged separately.
This commit is contained in:
Thales Maciel 2026-03-12 15:00:37 -03:00
parent 9ccf73cff5
commit 1dc566e089
No known key found for this signature in database
GPG key ID: 33112E6833C34679

1
.gitignore vendored
View file

@ -2,6 +2,7 @@ env
.venv .venv
__pycache__/ __pycache__/
*.pyc *.pyc
*.egg-info/
outputs/ outputs/
models/ models/
build/ build/