define cleanup script

This commit is contained in:
Daniel afx 2020-09-20 17:54:20 +03:00
parent 08bcf41b19
commit 659817f37c
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -26,6 +26,7 @@ share/python-wheels/
.installed.cfg .installed.cfg
*.egg *.egg
MANIFEST MANIFEST
.buildozer
# PyInstaller # PyInstaller
# Usually these files are written by a python script from a template # Usually these files are written by a python script from a template

4
cleanup.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
rm -fr .venv
rm -fr .buildozer