# Python
__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.py[cod]
.coverage
htmlcov/
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
venv/
env/
ENV/

# Maturin
target/
wheels/
*.whl

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

