Added .python-version and .vscode to gitignore

This commit is contained in:
Tomer Nosrati 2022-12-13 23:00:53 +02:00 committed by Asif Saif Uddin
parent 2bdeba1d76
commit 0c4f9500d8
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -26,6 +26,7 @@ kombu/tests/coverage.xml
.coverage
dump.rdb
.idea/
.vscode/
.cache/
.pytest_cache/
htmlcov/
@ -34,3 +35,4 @@ coverage.xml
venv/
env
.eggs
.python-version