From bd039464660127cf36c815654106c84f9cf35b2c Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sat, 18 Feb 2023 18:19:31 +0100 Subject: [PATCH] Tweaked git ignore to ignore all tar.gz and __pycache__ --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c21fe7e6..ca4406170 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,9 @@ collected_static/ testing/ env/ htmlcov -*.tar.gz +**/**.tar.gz +/.idea* +**/**__pycache__ .mypy_cache/