@@ -0,0 +1,10 @@
venv:
virtualenv venv.garminexport
init:
pip install -r requirements.txt
clean:
find -name '*~' -exec rm {} \;
find -name '*pyc' -exec rm {} \;
The note is not visible to the blocked user.