# Dependencies
node_modules/
*/node_modules/
sdk/typescript/package-lock.json

# Python virtual environments
venv/
.venv/
*/venv/
*/.venv/
__pycache__/
*/__pycache__/
*.py[cod]
*$py.class
sdk/python/src/superagent_*.egg-info/
sdk/python/uv.lock

# AI models and caches
models/
*/models/
*.gguf

# Build outputs
dist/
build/
target/
bin/
*.exe

# Environment files
.env
.env.local
.env.*.local

# OS files
.DS_Store
Thumbs.db

# Editor files
.vscode/
.idea/
*.swp
*.swo
*~

# Logs
*.log
logs/

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

# Coverage directory used by tools like istanbul
coverage/

# Dependency directories
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# Rust specific
# Cargo.lock - committed for applications (not libraries)
target/

# Go specific
go.mod
go.sum

# Temporary files
tmp/
temp/

# Coding agents
.claude/
AGENTS.md
