# runscribe: recorded sessions may contain sensitive command output — never commit them
.runscribe/
*.runscribe.jsonl

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Anchored to repo root so they only match top-level build output — NOT the
# source package src/runscribe/build/ (an unanchored "build/" would ignore it).
/build/
/dist/
*.spec
.venv/
venv/
