From f93854adda7ac62083b823aea8c3b44e426f72a0 Mon Sep 17 00:00:00 2001 From: DefinetlyNotAI Date: Wed, 11 Sep 2024 11:13:06 +0400 Subject: [PATCH] Add IDE configuration file for Python 3.11 SDK This commit adds a new `.idea/misc.xml` configuration file, setting up the project to use the Python 3.11 (Pwn-Bot) SDK. This helps standardize the development environment across the team. --- .idea/misc.xml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .idea/misc.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..a876278 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file