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 dropin.cache
docs/build docs/build
*egg-info *egg-info
.tox .tox/
venv venv/
.venv .venv/
build build/
dist dist/
.idea .idea/
.vscode/
htmlcov/ htmlcov/
.coverage
.pytest_cache/ .pytest_cache/
.coverage
.coverage.* .coverage.*
coverage.* coverage.*
*.junit.xml *.junit.xml
@ -27,4 +28,4 @@ test-output.*
Thumbs.db Thumbs.db
# OSX miscellaneous # OSX miscellaneous
.DS_Store .DS_Store