Skip to content

Commit a95448c

Browse files
authored
Update auto-generated .gitignore parts (#10228)
Update auto-generated .gitignore parts.
1 parent f2b7bdf commit a95448c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,16 @@ cython_debug/
383383
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
384384
#.idea/
385385

386+
### Python Patch ###
387+
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
388+
poetry.toml
389+
390+
# ruff
391+
.ruff_cache/
392+
393+
# LSP config files
394+
pyrightconfig.json
395+
386396
### Vim ###
387397
# Swap
388398
[._]*.s[a-v][a-z]
@@ -482,6 +492,10 @@ tags
482492
# https://plugins.jetbrains.com/plugin/12206-codestream
483493
.idea/codestream.xml
484494

495+
# Azure Toolkit for IntelliJ plugin
496+
# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
497+
.idea/**/azureSettings.xml
498+
485499
### Windows ###
486500
# Windows thumbnail cache files
487501
Thumbs.db

0 commit comments

Comments
 (0)