nova-python / Python.novaextension

Python for Nova
MIT License
11 stars 1 forks source link

command for clearing cache files/folders #4

Closed dcwatson closed 9 months ago

dcwatson commented 9 months ago

Would be nice to have a basic command to clear out all __pycache__ directories and *.pyc files within the project.

dcwatson commented 9 months ago

Also added a Cleanup task that can be used standalone or as the clean phase of other tasks.