clean
SKILL.md
Clean Project
Remove build artifacts and temporary files.
What to Clean
-
Python:
__pycache__/directories*.pyc,*.pyofiles.pytest_cache/.ruff_cache/dist/,build/,*.egg-info/
-
Rust:
target/directory (cargo clean)
-
Go:
bin/directory (if exists)go clean -cache(optional, ask first)