add .vscode to gitignore

This commit is contained in:
Dominik Moritz Roth 2025-01-22 13:45:05 +01:00
parent c1189351cf
commit 90666a695c

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
__pycache__ __pycache__
.venv .venv
.vscode
wandb wandb
*.egg-info/ *.egg-info/
test.py test.py