EvalHarness/.gitignore
sora a17dd88611 Untrack pip build/ artifacts, restore gen_profiles.yaml
build/lib/* is a local pip-install byproduct, not source.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-09-11 13:38:43 +00:00

13 lines
115 B
Plaintext

.venv/
dist/
*.egg-info/
__pycache__/
*.pyc
.DS_Store
# pip build artifacts
build/
dist/
*.egg-info/
__pycache__/