From fe5f531c8d842ea747e2d09e37c648d99c8ee040 Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 16 May 2023 20:49:53 +0200 Subject: [PATCH] Updated ignore --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba04f9e..c03c7a5 100644 --- a/.gitignore +++ b/.gitignore @@ -152,4 +152,13 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -.vscode \ No newline at end of file +# Project specific +.vscode +config.json + +*.session +*.session-journal + +venv +venv_linux +venv_windows \ No newline at end of file