# Rust build output
/target/

# Local Cargo config (may contain machine-specific paths)
.cargo/

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.dylib
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/

# maturin build artifacts
python/ruosh/_core*.so
python/ruosh/_core*.pyd

# Test and benchmark scratch data
tmp/

# Editor
.DS_Store
.idea/
.vscode/
*.swp
