ED_LRR/clean.bat

5 lines
123 B
Batchfile

rm -rfv _*.pyd *.egg-info pip-wheel-metadata dist exe build __pycache__
cd rust
cargo clean
cargo clean --release
cd ..