Codebase list neo4j-python-driver / acfa52c5-c782-475a-954f-d4318883a100/main clean.sh
acfa52c5-c782-475a-954f-d4318883a100/main

Tree @acfa52c5-c782-475a-954f-d4318883a100/main (Download .tar.gz)

clean.sh @acfa52c5-c782-475a-954f-d4318883a100/mainraw · history · blame

#!/usr/bin/env bash

ROOT=$(dirname "$0")

rm -rf ${ROOT}/build ${ROOT}/dist ${ROOT}/docs/build ${ROOT}/*.egg-info ${ROOT}/.coverage ${ROOT}/.tox ${ROOT}/.cache ${ROOT}/.pytest_cache ${ROOT}/.benchmarks

# These are removed to avoid name collision problems with snapshot server packages
rm -rf ${ROOT}/test/integration/dist ${ROOT}/test/integration/run

find -name *.so -delete