From 0d506746cd4553a8befc645d3681f83b82b544c2 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