From 60e3d4a2b2e5ba0b45c4b4878c767033f82f805a Mon Sep 17 00:00:00 2001 From: hakril Date: Sun, 2 Feb 2025 00:00:32 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d379928..d7fcbae 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,12 @@ doctrees *.inv *.pickle *.ignore +*.code-workspace .vscode/ .cache/ -dist/ \ No newline at end of file +dist/ +build/ +docs/BuildDocEnv/ +playground/ +*egg-info/ \ No newline at end of file