From b364caef2ec79e0ba70c7884a30ecc03aa68baad Mon Sep 17 00:00:00 2001 From: Thomas Marquart Date: Mon, 29 Jan 2024 11:28:12 +0100 Subject: [PATCH] add .gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..56eef78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +__pycache__ +*.swp +*.swo +datasets +.coverage +cov.xml +*.so +*.o +pyreduce/clib/_slitfunc_2d.c +pyreduce/clib/_slitfunc_bd.c