diff --git a/.gitignore b/.gitignore index 13e267b..5894ebe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -/node_modules .mypy_cache .venv +# Dev +.vscode Test.md .github/workflows \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b61ab31..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": ".venv/bin/python" -} \ No newline at end of file