# Python build artifacts
**/python/dist/
**/python/build/
**/*.egg-info/
**/__pycache__/
**/*.pyc

# Rust build artifacts
**/rust/target/

# Node build artifacts
**/node_modules/
**/dist/
