bindcar 0.5.1

HTTP REST API for managing BIND9 zones via rndc
# Rust build artifacts
target/debug/
target/doc/
target/tmp/
target/.rustc_info.json

# Git
.git/
.gitignore
.gitattributes

# Documentation
*.md
!README.md
docs/

# CI/CD
.github/

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

# Docker (when building from root)
docker/
!docker/Dockerfile*

# OS
.DS_Store
Thumbs.db