.venv/
venv/

dist/
*.whl

.pytest_cache/

__pycache__/
*.py[cod]

*.egg-info/
*.egg

.mypy_cache/
.ruff_cache/

# Native shared libraries
*.so
*.dylib
*.dll
*.pyd
