From 16603d94e6c5056d5e6a6b278872ec6942655234 Mon Sep 17 00:00:00 2001 From: Sindre Stephansen Date: Sun, 21 Sep 2025 14:30:56 +0200 Subject: [PATCH] Add VS Code workspace --- .gitignore | 11 +++ .idea/workspace.xml | 228 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 239 insertions(+) create mode 100644 .idea/workspace.xml 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