__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.*

# === onex-managed: universal ===
.env
.env.*
!.env.example
.DS_Store
*.log
.idea/
.vscode/
test-results/
playwright-report/
# === end onex-managed: universal ===

# === onex-managed: python ===
__pycache__/
*.py[cod]
*$py.class
/.venv/
/venv/
/env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
# === end onex-managed: python ===

# === onex-managed: public_repo_hygiene ===
.claude/*
!.claude/architecture-handshake.md
.claude_scratch/
.repowise-workspace/
.repowise-workspace.yaml
.evidence/
docs/evidence/
/merge-sweep/
# === end onex-managed: public_repo_hygiene ===
