From 521f1b2c05bc758bd3e67de92b1432eb96d9b47d Mon Sep 17 00:00:00 2001 From: hyperbel Date: Mon, 6 Jun 2022 17:24:26 +0200 Subject: [PATCH] added test file to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 67bc72c..8141251 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ __pycache__/ __pycache__/* past_sessions/* *.db -.idea/ \ No newline at end of file +.idea/ +Sessions_Menu.ui \ No newline at end of file