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