clickhouse-driver icon indicating copy to clipboard operation
clickhouse-driver copied to clipboard

Please remove .c files from git repo

Open socketpair opened this issue 1 year ago • 0 comments

  1. These files are auto-generated and therefore should not be placed in git
  2. These files are bound to specific range of Python versions, may contain bugs generated by Cython of unknown (your) version
  3. Absolutely useless files without python devel infrastructure, compiler.

Everyone, who wants to build the package from scratch, must ensure that Cython works.

I would suggest adding these files to .gitignore

socketpair avatar Dec 19 '24 16:12 socketpair