# Python
__pycache__/
*.py[cod]
*.pyd
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/

# Rust / Cargo
/target/
Cargo.lock

# Maturin build artifacts
*.so
*.dll
*.dylib
*.dSYM

# IDE
.idea/
.vscode/
.DS_Store

# Pytest / type checking
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
