Add .vscode to .gitignore. (#6907)

This commit is contained in:
Andrey Rakhmatullin 2025-06-23 21:58:54 +05:00 committed by GitHub
parent 0d86fb69dc
commit 9d324ebd13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 8 deletions

17
.gitignore vendored
View File

@ -5,15 +5,16 @@ _trial_temp*
dropin.cache
docs/build
*egg-info
.tox
venv
.venv
build
dist
.idea
.tox/
venv/
.venv/
build/
dist/
.idea/
.vscode/
htmlcov/
.coverage
.pytest_cache/
.coverage
.coverage.*
coverage.*
*.junit.xml
@ -27,4 +28,4 @@ test-output.*
Thumbs.db
# OSX miscellaneous
.DS_Store
.DS_Store