Codebase list neo4j-python-driver / 78c4be9b-340e-4bba-a3c9-71d1c9e5d733/main clean.sh
78c4be9b-340e-4bba-a3c9-71d1c9e5d733/main

Tree @78c4be9b-340e-4bba-a3c9-71d1c9e5d733/main (Download .tar.gz)

clean.sh @78c4be9b-340e-4bba-a3c9-71d1c9e5d733/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