# Compiler files
cache/
out/

# Forge broadcast logs
broadcast/

# Forge docs (auto-generated)
docs/plans/

# Environment and secrets
.env
scripts/demo_wallets.json

# Python
__pycache__/
*.egg-info/
sdk/dist/
.pytest_cache/

# Node
node_modules/
sdk-ts/dist/
