# Build artifacts
target/
dist/
node_modules/

# Environment files
.env
.env.local
.env.production

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

# OS
.DS_Store
Thumbs.db

# Redis
*.rdb
*.aof

# Archives
*.jsonl
*.jsonl.zst

# Secrets
*.pem
*.key

# Embedded repos (tracked separately)
docs/

# Compiled binaries
ob/ob
ob/ob.bak
wallet-resolver/wallets.db
__pycache__/

# Manual file backups (e.g. server.ts.bak.x-search-1777174461)
**/*.bak.*
