Codebase list neo4j-python-driver / 104c9eac-8448-4e89-b224-413e42957eaf/main clean.sh
104c9eac-8448-4e89-b224-413e42957eaf/main

Tree @104c9eac-8448-4e89-b224-413e42957eaf/main (Download .tar.gz)

clean.sh @104c9eac-8448-4e89-b224-413e42957eaf/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