**/.DS_Store

**/.python-version

# IDE
.idea/*
.vscode/*

## Emacs
*~
\#*\#
.\#*
**/.projectile

# Python cache files
**/__pycache__/

# Wallet data
**/wallet_data*

# Tools
**/.pytest_cache

**/.ruff_cache

**/.mypy_cache

# Build
**/_build/

**/build/

**/dist/

# Virtual Environments
**/venv/
**/.venv/

# Environment Configurations
**/env/
**/.env/
**/.env
**/.env.local/
**/.env.test/

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# IDE
.idea/*
.vscode/*

## Emacs
*~
\#*\#
.\#*
**/.projectile

# Build outputs
dist
out
.next
.nuxt
build/Release
.turbo/

# Coverage
coverage
**/.coverage
*.lcov
.nyc_output
lib-cov

# Dependencies
node_modules/
jspm_packages/
bower_components
web_modules/
.pnp.*

# Cache
.npm
.eslintcache
.stylelintcache
.parcel-cache
.cache
.temp
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# IDE
.vscode
.vscode-test
.idea
.tern-port

# Environment Configurations
**/env/
**/.env/
**/.env
**/.env.local/
**/.env.test/

# Runtime data
pids
*.pid
*.seed
*.pid.lock
*.tsbuildinfo
.node_repl_history

# Yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz

# Misc
.DS_Store
**/*_local*
api.json

# TS Docs
**/typescript/docs/
docs/
!python/coinbase-agentkit/docs/
!python/framework-extensions/langchain/docs/

.to-publish-pypi

# pnpm
typescript/.pnpm-store
typescript/.pnp.*
