# OS / editors
.DS_Store
.vscode/
.idea/
.kiro/
.trae

# Native build outputs
*.o
*.a
*.so
*.dylib
*.dll
*.exe

# Local dependency workspaces and source archives
/local_deps/
/app/deps/
wireshark/
*.tar.gz
*.tar.xz

# Generated local CGO config
cgo_darwin.go
cgo_windows.go
dev_env.sh
dev_env.ps1
dev.env

# Local Agent / IDE configuration
.trae/mcp.json
.trae/*.local.json
.codex/*.local.*

# Local test fixtures and outputs
pcaps/
extracted_files/

# Go build / test outputs
bin/
coverage.out
*.coverprofile
*.test
/gowireshark
/gowireshark-bench
/gowireshark-bench-*
