File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,16 @@ cython_debug/
383
383
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
384
384
# .idea/
385
385
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
+
386
396
# ## Vim ###
387
397
# Swap
388
398
[._ ]* .s [a-v ][a-z ]
@@ -482,6 +492,10 @@ tags
482
492
# https://plugins.jetbrains.com/plugin/12206-codestream
483
493
.idea /codestream.xml
484
494
495
+ # Azure Toolkit for IntelliJ plugin
496
+ # https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
497
+ .idea /** /azureSettings.xml
498
+
485
499
# ## Windows ###
486
500
# Windows thumbnail cache files
487
501
Thumbs.db
You can’t perform that action at this time.
0 commit comments