# Build and environment
.venv/
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]
jjt/
w2/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
# Written by the guest's subprocess collectors and combined at the end of the
# run; see `conftest.GUEST_COVERAGE_RC`.
.coverage-guest*
htmlcov/
# Dropped at the repo root by pytest-textual-snapshot when a snapshot test
# fails. The reference snapshots under `__snapshots__/` are the committed
# expectation; this is the diff viewer for a run that did not match one.
snapshot_report.html

# Reference checkouts of the upstream projects this port reads from. Vendored
# locally so the plans' citations are verifiable; never part of this repo.
sources/

# Local scratch
.ph/
*.local.yaml
