Codebase list neo4j-python-driver / c2c18c4a-9284-4747-99d8-564cee808bef/main clean.sh
c2c18c4a-9284-4747-99d8-564cee808bef/main

Tree @c2c18c4a-9284-4747-99d8-564cee808bef/main (Download .tar.gz)

clean.sh @c2c18c4a-9284-4747-99d8-564cee808bef/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