# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.mypy_cache/
htmlcov/
.coverage

# TypeScript
node_modules/
dist/
*.tsbuildinfo

# Rust
target/

# IDE / OS
.DS_Store
.idea/
.vscode/
*.swp
Thumbs.db

# Secrets
.env
.env.*

# Build artifacts
.bin

# Documentation builds
sdks/python/docs/_build/
sdks/typescript/docs/_build/
_site/

# Local notes
TODO.md

.claude
sdks/typescript/.integration-wallets.json
sdks/rust/.integration-wallets.json
sdks/python/.integration-wallets.json
PYTHON_SDK_ERGONOMICS_TRACKER.md
