From 706ce6bbe15ff53ad78c62c5bb1aeb4b80c521da Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Tue, 22 Oct 2024 18:47:12 +0200 Subject: [PATCH] Ignore all files generated by the tool --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1bd5a42..1ac15be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__/ .pytest_cache/ -./python-*.spec +*.spec +*.conf .tox/ \ No newline at end of file