# Ignore cython-generated c source
_*.c

# Ignore auto-generated cython
_*_float32.pyx
_*_float64.pyx

# Ignore compiled python
*.pyc
*.pyd

# Spyder project file
.spyderproject
.spyderworkspace

# Local install egg
*.egg-info/

# build directory
build/
dist/

# Python cache
__pycache__/
*.py[cod]

# Virtual environments
.venv/
