diff --git a/.gitignore b/.gitignore index 042c8f7..814c2fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,17 @@ # Created by https://www.toptal.com/developers/gitignore/api/python # Edit at https://www.toptal.com/developers/gitignore?templates=python +examples/ + +### VS Code ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets +!*.code-workspace + ### Python ### # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..bd03aa7 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1680770131085 + + + 1680770342974 + + + + + + + + \ No newline at end of file