# General ignore rules
.*
!.github
*sublime*
tags
!.github

# 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
