setup * add README.rst to gitignore * makefile: validate wheels, run python example, add README.rst option * usage.py: fix output directory and simplify for loop * setup.py: remove unused os module * setup.cfg: syntax fix
46 lines
414 B
Plaintext
46 lines
414 B
Plaintext
|
|
eatraw
|
|
eatdev
|
|
imctermite
|
|
IMCtermite
|
|
|
|
nohup.out
|
|
|
|
.DS_Store
|
|
|
|
raw_eater.cpp
|
|
raw_meat.cpp
|
|
|
|
cython/*.cpp
|
|
/build
|
|
|
|
*.log
|
|
*.so
|
|
*.pyd
|
|
*.o
|
|
*.csv
|
|
*.parquet
|
|
|
|
src/*.cpp.cpp
|
|
|
|
pip/*.cpp
|
|
pip/*.hpp
|
|
pip/*.pyx
|
|
pip/*.pxd
|
|
pip/README.md
|
|
pip/LICENSE
|
|
pip/*egg-info
|
|
pip/dist/
|
|
pip/build/
|
|
|
|
python/README.md
|
|
python/README.rst
|
|
python/LICENSE
|
|
python/build
|
|
python/*.egg-info
|
|
python/dist
|
|
python/*.soc
|
|
python/lib/
|
|
python/*.cpp
|
|
python/wheelhouse/
|