# Python generated files
*.pyc
__pycache__
.cache
.pytest_cache

# Cython/C generated files
*.o
*.so
*.dylib
tests/_openmp_test_helper/*.c

# Python install files, build and release artifacts
*.egg-info/
build
dist

# Coverage data
.coverage
/htmlcov

# Developer tools
.vscode

# pytest
.pytest_cache
