diff --git a/.gitignore b/.gitignore index 6aa5289..059678a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *~ .stack-work/ build/ -examples/api.py +examples/*py __pycache__ diff --git a/README.md b/README.md index 0d3c0be..5518a0f 100644 --- a/README.md +++ b/README.md @@ -173,8 +173,3 @@ $ stack build --flag servant-py:example $ stack exec servant-py-exe $ cat examples/api.py ``` - -## TODO - -1. Add Tests Pronto! -2. Fix `urllib.parse.quote` on non-string args. Need to know more about what's getting passed or convert all to strings.