build/
.idea/
__pycache__/
.pytest_cache/
rankfmc.egg-info/
dist/

# Compiled product when testing
rankfmc/_rankfm.c
rankfmc/*.pyd

# test data
data/

# test script in local
tests_local
