From 5c126c35d4f6d72c4bd313e74c8a2ed1805ecf3a Mon Sep 17 00:00:00 2001 From: LightArrowsEXE Date: Mon, 14 Oct 2024 20:54:40 +0200 Subject: [PATCH] Unignore tests dir --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d41f71e..2e99694 100644 --- a/.gitignore +++ b/.gitignore @@ -137,6 +137,9 @@ dmypy.json # Local test file *test*.py +# Unignore tests dir +!tests/ + # pytype static type analyzer .pytype/