# Rust build artifacts (this crate is excluded from the root workspace and has its own target/)
target/

# Compiled extension modules generated by maturin develop / build
*.so
*.pyd
*.dll

# Python packaging and environment artifacts
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
venv/
.env/

# Test / coverage artifacts
.pytest_cache/
.coverage
htmlcov/

# Mypy / IDE
.mypy_cache/
.vscode/
.idea/
