We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fee13 commit 399559eCopy full SHA for 399559e
Python.gitignore
@@ -200,6 +200,8 @@ cython_debug/
200
# and can be added to the global gitignore or merged into this file. However, if you prefer,
201
# you could uncomment the following to ignore the entire vscode folder
202
# .vscode/
203
+# Temporary file for partial code execution
204
+tempCodeRunnerFile.py
205
206
# Ruff stuff:
207
.ruff_cache/
0 commit comments