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

# Node / TypeScript
node_modules/
dist/
*.tsbuildinfo

# Rust
target/

# Rust library lockfile (not committed for a published lib)
rust/Cargo.lock
