From 3263ab8b05f0999cc9fc7c08b7e7851c38c458f9 Mon Sep 17 00:00:00 2001 From: LightArrowsEXE Date: Mon, 14 Oct 2024 20:55:09 +0200 Subject: [PATCH] Unignore tests dir --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 065ce53..b012a0d 100644 --- a/.gitignore +++ b/.gitignore @@ -128,6 +128,9 @@ dmypy.json # Local test file *test*.py +# Unignore tests dir +!tests/ + # vscode folder .vscode