apps/tauri/resources/yt-dlp/*/venv/
tmp/
target/
apps/tauri/ui/target/
apps/tauri/ui/apps/
apps/tauri/dist/
apps/tauri/gen/
apps/web/dist/
apps/web/target/
.direnv/
result
.wrangler/
# third_party is managed as submodules for build-critical deps (iroh-live, iroh-gossip).
# Everything else under third_party is treated as local scratch space.
third_party/*
!third_party/iroh-live
!third_party/iroh-org
!third_party/web-transport-proto
!third_party/web-transport-proto/**
third_party/iroh-org/*
!third_party/iroh-org/iroh-gossip

# Cloudflare worker local deps / builds
deploy/cloudflare-worker/node_modules/

# NEVER commit private keys
every_channel_ed25519
*.pem
*.key
*.p12
*.pfx
**/.env

# NEVER commit plaintext secrets
secrets/token.txt
