.claude/

# Credentials / secrets — never commit
ref/pearl/api-key.txt
*api-key*
*.secret
*.pem

# Build artifacts
**/target/
**/node_modules/
**/dist/
**/.vite/
**/build/
wallet-sdk-core/pkg/

# Python virtualenvs + caches
**/.venv/
**/__pycache__/
**/*.pyc
**/.mypy_cache/
**/.ruff_cache/
**/.pytest_cache/
**/uv.lock

# Test artifacts (regenerated by scripts/run-all-tests.sh)
.test-output/
TEST_LOG.archive/
/tmp/

# IDE
.vscode/
.idea/
*.swp
*~

# Rust large lockfiles for non-published bins are still committed; nothing extra here.

