# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environment
.venv/
venv/
env/

# maturin / wheel build output
target/
*.whl
*.so

# pytest
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/

# Jupyter
.ipynb_checkpoints/
