# OZI packaging
sig/
subprojects/ozi/
subprojects/ozi
subprojects/OZI-*/
subprojects/packagecache/
build*/
/dist/
temp/

# Utility environments
.hypothesis/
.pytest_cache/
.tox/
.ruff_cache/
.mypy_cache/

# coverage files
.coverage
coverage.xml
.coverage.*

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so