From 93e5f630c0e9eb907b9d8f3f0747970d3053b7be Mon Sep 17 00:00:00 2001 From: LightArrowsEXE Date: Mon, 14 Oct 2024 20:55:11 +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