__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.egg-info/
dist/
build/
.venv/
.env

# Rust build artifacts (post-monorepo restructure path)
packages/rust/target/

# macOS
.DS_Store

# direnv / Nix devshell
.direnv/

# Local scratchpad
tmp/
