# Rust
/target
**/target/

# Python
.venv/
__pycache__/
*.pyc
*.so
*.pyd
*.egg-info/
dist/
build/
.pytest_cache/

# Python bindings (excluded from main crate, has its own Cargo.lock)
python/Cargo.lock

# Misc
.tmp/
CLAUDE.md
