# Phase 0 working area: cloned projects, venv, generated manifests. Multi-GB.
# The probe scripts in tools/ and the results in docs/adr/ ARE tracked.
.phase0/

__pycache__/
*.py[cod]
.venv/
venv/
build/
dist/
*.egg-info/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.hypothesis/

.whatbreaks_cache/

# dbt
target/
dbt_packages/
logs/

# ...except the quickstart's manifests, which ARE the example. Without this the
# README would point at a runnable example that is not in the repo.
!examples/quickstart/base/target/
!examples/quickstart/head/target/
