# dependencies
node_modules

# build output
dist
dist-ssr

# tauri build
src-tauri/target

# env / local
*.local
.env
.env.*

# logs
*.log
npm-debug.log*
yarn-debug.log*

# editor
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# os
.DS_Store
Thumbs.db

# temp / debug artifacts
curl_err.txt
out.txt
null
tree.txt
src-tauri/tree.txt
*.bak

# Tauri signer key (NEVER commit)
.tauri-private-key
.tauri-private-key.pub

# Npcap SDK — auto-downloaded by src-tauri/build.rs on Windows builds.
# We don't ship the SDK in the repo (it's freely redistributable but bulky).
src-tauri/.npcap-sdk/

# Marketing material — internal, do not publish
tiktok-slides/
tiktok-slides-*/

# Local build toolchain (downloaded portable nasm for boring-sys2)
nasm_portable/

# Raw preview footage — only docs/preview.mp4 (compressed) belongs in the repo
/preview.mp4
