From fd48bc38f14b90fd1c4cda8dd400b1a28c47d5a0 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 07:09:14 +0200 Subject: [PATCH] [PR #10228/a95448ca backport][stable-9] Update auto-generated .gitignore parts (#10229) Update auto-generated .gitignore parts (#10228) Update auto-generated .gitignore parts. (cherry picked from commit a95448ca55643a206a86e9951686512583efcaf7) Co-authored-by: Felix Fontein --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index cf1f74e41c..5c6e9c86c6 100644 --- a/.gitignore +++ b/.gitignore @@ -383,6 +383,16 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +### Python Patch ### +# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration +poetry.toml + +# ruff +.ruff_cache/ + +# LSP config files +pyrightconfig.json + ### Vim ### # Swap [._]*.s[a-v][a-z] @@ -482,6 +492,10 @@ tags # https://plugins.jetbrains.com/plugin/12206-codestream .idea/codestream.xml +# Azure Toolkit for IntelliJ plugin +# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij +.idea/**/azureSettings.xml + ### Windows ### # Windows thumbnail cache files Thumbs.db