From ce6d3c5b5be01f4ea3ffa1dcae81074ece531f63 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Sat, 25 Jun 2022 16:30:35 +0300 Subject: [PATCH] Clean .gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f7b21f0..74a7539 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ -# Used for developer debugging +# Used for debugging by the developers shell.py +test*.* +test/ # Byte-compiled / optimized / DLL files __pycache__/ @@ -45,7 +47,6 @@ pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports -test*.* htmlcov/ .tox/ .nox/