diff --git a/.gitignore b/.gitignore index 761d1403..734d3368 100644 --- a/.gitignore +++ b/.gitignore @@ -103,15 +103,9 @@ dist # dotnet *.sln - # env *.local -# Python -.venv -__pycache__ - - #Codespace .vscode/settings.json .devcontainer/update_settings.sh diff --git a/advanced-integration/v2/server/python/README.md b/advanced-integration/v2/server/python/README.md index 2a08bd6b..024410d0 100644 --- a/advanced-integration/v2/server/python/README.md +++ b/advanced-integration/v2/server/python/README.md @@ -38,4 +38,4 @@ PayPal Standard Integration sample in Python using Flask flask --app server run --port 8080 ``` -1. Go to [http://localhost:8080/](http://localhost:8080/) \ No newline at end of file +1. Go to [http://localhost:8080/](http://localhost:8080/) \ No newline at end of file