# 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

# env file
.env

# Editor/IDE
.idea/
.vscode/

# Randoms
target/
bin/

# Built binaries at repo root
/verda-io
/verda-io-server
/verda-io-nats

.DS_Store
.AppleDouble
.LSOverride

test/test_1mb.json
test/test_10mb.json
test/test_100mb.json
test/test_256mb.json

tmp_example_folder

# Python
venv/
.venv/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/
dist/
.pytest_cache/
.mypy_cache/
*.pyo
*.pyd

.claude