Add .vscode to .gitignore. (#6907)

This commit is contained in:
Andrey Rakhmatullin 2025-06-23 21:58:54 +05:00
parent 5e20b46e35
commit b53faacfcd
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