From 6c3f32a6f6352041ed1dc00e74d479a2b7e36156 Mon Sep 17 00:00:00 2001 From: obiwac Date: Mon, 25 Dec 2023 23:44:20 +0100 Subject: [PATCH] gitignore: Ignore all Cython-related stuff --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 2e775f5..6fcb51f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ __pycache__ *.pyc *.sw[nop] +*.so +*.cache +*.c +*.html +*.core