From 13793f2d7078965c2deca8c91212eec2309b4c1bbf466035024aad3c62970a45 Mon Sep 17 00:00:00 2001 From: Christian Camper Date: Fri, 23 Jan 2026 14:59:58 -0600 Subject: [PATCH] sync --- .gitignore | 6 ++---- .idea/.gitignore | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 .idea/.gitignore diff --git a/.gitignore b/.gitignore index c28f927..401f74f 100755 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,6 @@ dist/ wheels/ *.egg-info -# Virtual environments -.venv - # Logs -logs/ \ No newline at end of file +logs/ +typings/ \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..748ad86 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1 @@ +workspace.xml \ No newline at end of file