# Dependencies
node_modules
.pnpm-store

# Build outputs
dist
.next
.vitepress/dist
.vitepress/cache
out
build
*.tsbuildinfo

# Turbo
.turbo

# Environment
.env
.env.*
!.env.example

# IDE
.idea
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*
pnpm-debug.log*

# Testing
coverage
.nyc_output

# Python
__pycache__
*.py[cod]
*$py.class
.Python
.venv
venv
ENV
.pytest_cache

# Solana/Anchor
target
.anchor
test-ledger

# Misc
*.local
.cache
