venv
**/__pycache__
.DS_Store
.vscode
.coverage

# Cython
**/*.c
**/*.so

# Ignore build
build
dist

# Ignore performance tests
*.prof
*.html