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

# Rust build artifacts
bulletproofs/target/

# Node modules & dist
ts-sdk/node_modules/
ts-sdk/dist/
