From bd3d1ad3d85da3a4afb5d69e3c2b63c44b9c150f Mon Sep 17 00:00:00 2001 From: Aleksandra Apolinarska Date: Wed, 11 Sep 2024 10:49:41 +0200 Subject: [PATCH] global ignore of log files --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 896f46b..fe68492 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -22,4 +22,4 @@ exclude tasks.py exclude CONTRIBUTING.md exclude conftest.py -global-exclude *.py[cod] __pycache__ *.dylib *.nb[ic] .DS_Store +global-exclude *.py[cod] __pycache__ *.dylib *.nb[ic] .DS_Store *.log