dephell / dephell

:package: :fire: Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build graph, show outdated, audit. Manage venvs, build package, bump version.
https://dephell.org/
MIT License
1.77k stars 119 forks source link

Clean-up command #189

Open Bobronium opened 5 years ago

Bobronium commented 5 years ago

It'd be cool to have tool to clean all temp/unnecessary files from project dir, for example

dephell project cleanup

~=

rm -rf build/ dist/ docs/build/ .tox/ .cache/ .pytest_cache/ *.egg-info
orsinium commented 5 years ago

Great! I've put "question" and "help wanted" here to put attention for adding more files in the list of known junk. Also, hatch clean have the same list that we can use here.

jonathanlloyd commented 5 years ago

Happy Hacktoberfest :jack_o_lantern: I can start with the same behaviour as hatch clean as a first pass?

orsinium commented 4 years ago

Hi, @jonathanlloyd. Hacktoberfest is done, but if you still want to do good things, keep going ;)