.claude

# build artifacts
/target
*.so
*.pyd

# maturin / pip
dist/
*.egg-info/
__pycache__/
.venv/

# dev files
.etc/

# Added by cargo
/target
