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

# Scope-internal benchmark inputs + regenerable build artifacts:
# ignore all JSON under scope-tools except the curated cases + the results.
benchmarks/scope-tools/*.json
!benchmarks/scope-tools/cases.json
!benchmarks/scope-tools/results.json
