# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
.venv/

# Native/build artifacts
.native/
*.so
*.pyd
*.dll
*.dylib
*.lib

# Editors
.vscode/
.idea/
