*.so
*.pyc
*.pyd
*.lock

.venv/

# cache
.ruff_cache/
.pytest_cache/
**/__pycache__/

dist/
target/

*_extend/
