From 525f4c66a30ddf317450c6c95226512d1e5ba590 Mon Sep 17 00:00:00 2001 From: Vaibhav Jaiswal Date: Fri, 26 May 2023 12:13:45 +0530 Subject: [PATCH] Update Python.gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..b259a9bd 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -158,3 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +#VSCode generates tempCodeRunnerFile.py in case of running partial code +tempCodeRunnerFile.py \ No newline at end of file