# .dockerignore # Git .git .gitignore .github # Documentation README.md LICENSE *.md # Tests *_test.go coverage.out coverage.html # Build artifacts plcdns *.exe *.dll *.so *.dylib *.test *.out # IDE .vscode .idea *.swp *.swo *~ # OS .DS_Store Thumbs.db # Docker Dockerfile docker-compose.yml .dockerignore