Codebase list neo4j-python-driver / 465bcf59-42fc-4e51-ba37-7716e226242d/main clean.sh
465bcf59-42fc-4e51-ba37-7716e226242d/main

Tree @465bcf59-42fc-4e51-ba37-7716e226242d/main (Download .tar.gz)

clean.sh @465bcf59-42fc-4e51-ba37-7716e226242d/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