# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
lan-manager
lan-manager-darwin
lan-manager-linux

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out

# Go workspace file
go.work

# Dependency directories
vendor/
node_modules/

# Build outputs
web/dist/
server/static/

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

# OS
.DS_Store
Thumbs.db

# Data
data/
*.db
*.db-journal
*.log

# Environment files
.env
*.env.local

# Temporary files
tmp/
temp/
*.tmp

# Screenshots / cache
*.png
*.jpg
.playwright-mcp/
.qwen/

# Deployment artifacts
Dockerfile.deploy
lan-manager-src.tar.gz

