diff --git a/.gitignore b/.gitignore
index 86c2271..e1c89ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/client/.venv
/server/.venv
.key
-.auth_data
\ No newline at end of file
+.auth_data
+.idea
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index bbe9e04..35c9d20 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,25 +4,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -175,6 +157,19 @@
1751252361654
+
+
+ 1752507175822
+
+
+
+ 1752507175822
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client/.gitignore b/client/.gitignore
index b0c602a..ac120a1 100644
--- a/client/.gitignore
+++ b/client/.gitignore
@@ -2,6 +2,7 @@
__pycache__/
*.py[cod]
*$py.class
+.idead
# C extensions
*.so