# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
k6

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

# Output of the go coverage tool
*.out

# Go vendor directory
vendor/

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

# OS specific files
.DS_Store
Thumbs.db

# Build artifacts
dist/
build/

/deployment/volumes/
/volumes/
*.html

# Test coverage
coverage.txt
coverage.out
coverage.html
integration-coverage.txt
integration-coverage.html

# Generated test data
examples/data/*.json
examples/recall-data/*.json

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
.venv/
venv/
*.egg

# xk6-milvus-bench generated files
xk6-milvus-bench/output/
