# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

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

# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work
go.work.sum

# Project-specific build artifacts (anchored to root)
/webdav-server
/websocket-events
/websocket-reconnect
/basic
/go-bridge

# env file
.env

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

# OS
.DS_Store
Thumbs.db

# Node.js binding build artifacts
binding/nodejs/node_modules/
binding/nodejs/build/
binding/nodejs/lib/
binding/nodejs/package-lock.json

# Python binding build artifacts
binding/python/lib/
binding/python/__pycache__/
**/__pycache__/
*.pyc
*.pyo

# Local benchmark baselines (generated on demand)
bench/baseline.txt
# Python packaging
dist/
*.egg-info
build/

# napcat-cli local cruft (do not commit)
SKILLS_FS_DEGRADED
debug
keys.log

# Local virtualenvs (their absolute symlinks break the sdist tar)
.smoke/
.test-venv/
