#!/bin/bash

# mimicking what happens on Colab: packages are fetched from PyPI, only notebooks from the repo

set -e
shopt -s extglob
rm -rfv !("examples"|"tutorials")
