init
This commit is contained in:
commit
f4c09d21fe
18 changed files with 443 additions and 0 deletions
9
clean.sh
Executable file
9
clean.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
rm -fr venv
|
||||
rm -fr dist
|
||||
rm -fr .mypy_cache
|
||||
rm -fr src/okipy/__pycache__
|
||||
rm -fr src/okipy.egg-info
|
Loading…
Add table
Add a link
Reference in a new issue