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.
9 lines
71 B
Text
9 lines
71 B
Text
env
|
|
.venv
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
outputs/
|
|
models/
|
|
build/
|
|
dist/
|