add .vscode to .gitignore

This commit is contained in:
Gregor Weiss 2024-06-26 12:01:54 +02:00
parent 41ec39574f
commit 0622e79aab
Signed by: Gregor Weiss
GPG key ID: 61E170A8BBFE5756

3
.gitignore vendored
View file

@ -196,6 +196,9 @@ target/
profile_default/ profile_default/
ipython_config.py ipython_config.py
# vscode
.vscode
# pyenv # pyenv
# For a library or package, you might want to ignore these files since the code is # For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in: # intended to run in multiple environments; otherwise, check them in: