diff --git a/backend/.vscode/extensions.json b/backend/.vscode/extensions.json deleted file mode 100644 index a696932..0000000 --- a/backend/.vscode/extensions.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "recommendations": [ - "ms-python.python", - "ms-python.vscode-pylance", - "ms-azuretools.vscode-docker" - ] -} \ No newline at end of file diff --git a/backend/.vscode/launch.json b/backend/.vscode/launch.json deleted file mode 100644 index 58a0e47..0000000 --- a/backend/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Python: FastAPI", - "type": "python", - "request": "launch", - "module": "uvicorn", - "args": [ - "main:app", - "--reload" - ], - "jinja": true - } - ] -} diff --git a/backend/.vscode/settings.json b/backend/.vscode/settings.json deleted file mode 100644 index 1eb0361..0000000 --- a/backend/.vscode/settings.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "python.pythonPath": "./pig/Scripts/python.exe", - "python.linting.enabled": true, - "python.linting.pylintEnabled": true, - "python.formatting.provider": "black", - "editor.formatOnSave": true, - "python.analysis.extraPaths": [ - "./" - ], - "files.exclude": { - "**/__pycache__": true, - "**/*.pyc": true - } -} \ No newline at end of file