/.mypy_cache
/.ruff_cache
/.venv
/venv
 
# Python cache/artifacts
__pycache__/
**/__pycache__/
importee/__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.dylib

# Packaging/build
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
.python-version

# Test/coverage
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/

# Editors/IDE
.vscode/
.idea/
*.code-workspace

# OS
.DS_Store
Thumbs.db

# Rust/maturin
target/
target/**
target/debug/
target/release/
target/wheels/

# Local extension artifacts generated by maturin develop
/importee/_rust*.so
/importee/_rust*.pyd
/importee/_rust.pyi
importee/_rust*.so
importee/_rust.*.so