# Rust
/target/
Cargo.lock

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

# Maturin / wheel output
/dist/
*.whl

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

# Test artifacts
out.json
