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:
parent
9ccf73cff5
commit
1dc566e089
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@ env
|
|||
.venv
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
outputs/
|
||||
models/
|
||||
build/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue