From cc5e210930b088bae43bc961d0f3cc440cae1517 Mon Sep 17 00:00:00 2001 From: Ettore Dreucci Date: Sun, 6 Dec 2020 12:16:22 +0100 Subject: [PATCH] AoC 2020: update gitignore for pytest Signed-off-by: Ettore Dreucci --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 13c9a2c..ad70491 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,11 @@ *.out # Python cache directory +*.pyc __pycache__ + +# Pytest +pytest.ini .pytest_cache #VSCode