# General ignore rules
.*
*sublime*
tags

# Python running files
__pycache__
*pyc
*egg*
*.so
*.whl

# Extra files
/build
/dist
/htmlcov

# Generated by Cython test
tests/_openmp/build/
tests/_openmp/parallel_sum.c
