diff --git a/.gitignore b/.gitignore index 7b51b4bd..dd66346a 100644 --- a/.gitignore +++ b/.gitignore @@ -173,4 +173,7 @@ bot.py pdm.lock praises.json *.bak -config/ \ No newline at end of file +config/ + +# dev +.vscode/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8aef7b13..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.analysis.typeCheckingMode": "standard" -} \ No newline at end of file