From 88f7ae61d70cf8152c5352444e50357bc70a5376 Mon Sep 17 00:00:00 2001 From: rmilooo <73422068+rmilooo@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:55:52 +0100 Subject: [PATCH] Added files to GitIgnore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6b578d4..edb9d07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ - -token.txt \ No newline at end of file +token.txt +.venv +.idea +__pycache__ \ No newline at end of file