|
1 | 1 | # ----- Project ----- |
2 | 2 |
|
3 | | -# Created by https://www.toptal.com/developers/gitignore/api/python,node,visualstudiocode,jetbrains,macos,windows,linux |
4 | | -# Edit at https://www.toptal.com/developers/gitignore?templates=python,node,visualstudiocode,jetbrains,macos,windows,linux |
| 3 | +# Created by https://www.toptal.com/developers/gitignore/api/node,linux,macos,python,windows,jetbrains,visualstudiocode |
| 4 | +# Edit at https://www.toptal.com/developers/gitignore?templates=node,linux,macos,python,windows,jetbrains,visualstudiocode |
5 | 5 |
|
6 | 6 | ### JetBrains ### |
7 | 7 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
@@ -467,14 +467,19 @@ cython_debug/ |
467 | 467 | # Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration |
468 | 468 | poetry.toml |
469 | 469 |
|
| 470 | +# ruff |
| 471 | +.ruff_cache/ |
| 472 | + |
| 473 | +# LSP config files |
| 474 | +pyrightconfig.json |
470 | 475 |
|
471 | 476 | ### VisualStudioCode ### |
472 | 477 | .vscode/* |
473 | | -!.vscode/settings.json |
474 | | -!.vscode/tasks.json |
475 | | -!.vscode/launch.json |
476 | | -!.vscode/extensions.json |
477 | | -!.vscode/*.code-snippets |
| 478 | +# !.vscode/settings.json |
| 479 | +# !.vscode/tasks.json |
| 480 | +# !.vscode/launch.json |
| 481 | +# !.vscode/extensions.json |
| 482 | +# !.vscode/*.code-snippets |
478 | 483 |
|
479 | 484 | # Local History for Visual Studio Code |
480 | 485 | .history/ |
@@ -513,4 +518,4 @@ $RECYCLE.BIN/ |
513 | 518 | # Windows shortcuts |
514 | 519 | *.lnk |
515 | 520 |
|
516 | | -# End of https://www.toptal.com/developers/gitignore/api/python,node,visualstudiocode,jetbrains,macos,windows,linux |
| 521 | +# End of https://www.toptal.com/developers/gitignore/api/node,linux,macos,python,windows,jetbrains,visualstudiocode |
0 commit comments