From f4e74b5bc6af035d6af4ff0e4729154c0c3c6692 Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 29 Jun 2023 16:03:49 +0200 Subject: [PATCH] Added trailing slashes --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3f61a60..8643cbc 100644 --- a/.gitignore +++ b/.gitignore @@ -161,8 +161,8 @@ cython_debug/ #.idea/ # Project -venv -venv_linux -venv_windows +venv/ +venv_linux/ +venv_windows/ -.vscode \ No newline at end of file +.vscode/ \ No newline at end of file