primeiro commit

This commit is contained in:
2026-06-18 22:32:42 -03:00
commit 968f4ef5d9
25 changed files with 3222 additions and 0 deletions

72
.gitignore vendored Normal file
View File

@@ -0,0 +1,72 @@
# Build outputs
/bin/
/build/
/dist/
/out/
/release/
/tmp/
/coverage/
/pdns-admin
/pdns-admin.exe
*.test
*.prof
*.cover
*.coverage
coverage.out
# Cross-compiled binaries and archives
*.exe
*.dll
*.so
*.dylib
*.a
*.o
# Local configuration and secrets
/config.yaml
/config.yml
/config.*.yaml
/config.*.yml
!/config.example.yaml
!.gitignore
.env
.env.*
!.env.example
*.pem
*.key
*.crt
*.p12
*.pfx
# Logs and runtime state
*.log
logs/
*.pid
*.sock
# Go workspace/cache files
/vendor/
go.work
go.work.sum
# Editor and IDE metadata
.idea/
.vscode/
.codex/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
desktop.ini
# Tooling caches
.cache/
.pytest_cache/
.ruff_cache/
.tmp/
AGENTS.md
README.md