From 696fdc08a1cb5c7caafef40d5517a8af162b750c Mon Sep 17 00:00:00 2001 From: Umar Nafeez Abdul Phatip Date: Fri, 18 Oct 2024 10:41:41 +0530 Subject: [PATCH] removing unwanted changes --- .gitignore | 6 ------ advanced-integration/v2/server/python/README.md | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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