Skip to content

Commit 852b71d

Browse files
committed
build(.gitignore): ignore pyrightconfig.json and poetry.toml
1 parent 59fd3f5 commit 852b71d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,10 @@ venv.bak/
113113

114114
# ruff
115115
.ruff_cache
116+
117+
# LSP config files
118+
pyrightconfig.json
119+
120+
### Python Patch ###
121+
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
122+
poetry.toml

0 commit comments

Comments
 (0)