diff --git a/.gitignore b/.gitignore index c6f9cb1..688707c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ examples/__main__.py __pycache__ -**/__pycache__ \ No newline at end of file +**/__pycache__ +dist/ +*.egg-info/ \ No newline at end of file diff --git a/examples/example.py b/examples/example.py index d5186f3..46dd04b 100644 --- a/examples/example.py +++ b/examples/example.py @@ -69,4 +69,4 @@ def example(): GeorideApi.revokeToken(account.auth_token) """ # pylint: disable=W0105 -example() \ No newline at end of file +example()