timedata-org / old-timedata

Time arts data - high-performance color processing in C++ and Python.
7 stars 3 forks source link

Separate `genfiles` directory. #61

Closed rec closed 8 years ago

rec commented 8 years ago

Right now, automatically generated .pyx files are put in the same directories as the source code.

There should be a completely separated genfiles hierarchy that contains all of these (disposable) files. This will also help to prevent people from trying to edit those generated files...