Skip to content
Snippets Groups Projects
clean_python 77 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    rm -f *.png *.pdf *.nc
    rm -Rf __pycache__
    find . -type l -delete