define cleanup script
This commit is contained in:
parent
08bcf41b19
commit
659817f37c
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -26,6 +26,7 @@ share/python-wheels/
|
|||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
.buildozer
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
|
|
4
cleanup.sh
Executable file
4
cleanup.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -fr .venv
|
||||
rm -fr .buildozer
|
Loading…
Reference in a new issue