# macOS
.DS_Store

# Python bytecode
__pycache__/
*.pyc
*.pyo

# Virtual environment
.venv/
venv/

# Coverage
.coverage
htmlcov/

# Build artifacts
dist/
build/
*.egg-info/

# Local outputs
out/
runs/
.worktrees/
.mypy_cache/

# dopeTask local plans and proofs
llm-plans/
proof/*
!proof/standards/
!proof/standards/**
