# Rust
/target/
**/*.rs.bk

# Python
__pycache__/
*.py[cod]
*.so
.pytest_cache/
.mypy_cache/

# Virtual environments
.venv/
venv/

# Build outputs
/dist/
/build/
*.egg-info/

# Wheels and local maturin outputs
/target/wheels/

# Editor and OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Local scratch data
.tmp_build/
