diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..44dcd9f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.venv/ +__pycache__/ +*.pyc +.ipynb_checkpoints/ diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6c9c70f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python3", + "python.terminal.activateEnvironment": true, + "jupyter.notebookFileRoot": "${workspaceFolder}" +}