__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
tmp/
uv.toml
.onex_state/*
!.onex_state/dep_health_baseline.json

# Local pytest log (context hygiene)
.pytest.log
.onex_full_suite.log

# coverage artifacts (OMN-14768 hygiene)
.coverage
.coverage.*
