# Rust (Cargo.lock is committed for reproducible binary builds)
rust/target/

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

# Bundled native artifacts (generated by scripts/build_compositor.py)
src/vwayland/_native/vwayland-compositor
src/vwayland/_native/lib/

# Test artifacts
.pytest_cache/
*.png.tmp

# Agent runtime artifacts
.omo/
