Updates conf files.

This commit is contained in:
Tanmay 2022-08-29 14:58:13 +01:00
parent 86e3b5352e
commit 445b2b1606
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
os/code/target/* os/code/target/*
database/code/__pycache__/

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"python.formatting.provider": "black"
}