diff --git a/.gitignore b/.gitignore index 0a9f857..877400e 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,6 @@ desktop.ini # mypy /.mypy_cache/* + +# cython generated source +*.c