From 05c14b0050bdbf6b102b016c8b5e9cec6a269d94 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Fri, 3 Dec 2021 10:54:00 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5866066..c63e51b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,11 +4,13 @@ old __pycache__ *.pyc -.mypy* +# Testing +.*_cache/ .coverage *.dic *.cif +# Package test data !test-cif/**/*.cif !tests/**/*.dic