# Python virtualenv for local development
.venv/
venv/

# Build / cache artefacts
build/
dist/
*.egg-info/
__pycache__/
*.py[cod]
*.egg
*.whl

# Testing & linting caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/

# Wave 2+ generated artefacts (local daemon state — never in the repo)
*.sock
keypair.json
runtime.yaml
