# Dependencies
node_modules/
.pnp
.pnp.js

# Builds
dist/
build/
.next/
out/
*.tsbuildinfo

# Rust / Tauri build artifacts
target/

# Python bytecode
__pycache__/
*.pyc

# Released desktop/extension binaries. These are built artifacts, and on the
# server they live in a host bind-mount (/opt/omnistream/downloads), not in the
# image, so they must not be committed.
apps/web/public/downloads/

# Env
.env
.env.local
.env.*.local

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

# Editor / OS
.DS_Store
.idea/
.vscode/*
!.vscode/extensions.json

# Turbo
.turbo/

# Generated SDK output / artifacts
generated/
*.local

# Docker volumes (local)
.data/

# Go SDK lives in its own repo (github.com/soccervortex/omnistream-go)
packages/omnistream-go/

# Test coverage
coverage/
