From 7a379cf97e2e37b833a17e00a6342c67dccf2404 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 7 May 2023 16:38:46 +0200 Subject: [PATCH] Updated ignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 394d5db..a5394a6 100644 --- a/.gitignore +++ b/.gitignore @@ -163,4 +163,11 @@ cython_debug/ .history/ # Built Visual Studio Code Extensions -*.vsix \ No newline at end of file +*.vsix + +# Project +venv +venv_linux +venv_windows + +config.json \ No newline at end of file