# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# PyO3/maturin compiled extensions
*.so
*.pyd
*.pyd.*
*.dylib

# Distribution / packaging
build/
dist/
*.egg-info/

# Virtual environment
.venv/

# Rust build artifacts
target/
Cargo.lock

# Type checkers
.mypy_cache/
.pytype/

# Pytest
.pytest_cache/
