From 766b2d3215f4054b139453b60a8e427f74fd93bc Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 7 Dec 2024 21:48:37 +0000 Subject: [PATCH] chore: initialize project structure with empty repository and default files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..e6e70c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +.vscode +.history + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/