a4c8fb91f6
Builds on initial v1 with: compliance job scheduling and result tracking, structured run history with findings/log storage, host-level drift details view, git-backed playbook/inventory support, and comprehensive test coverage across all packages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
30 lines
295 B
Plaintext
30 lines
295 B
Plaintext
# Compiled binaries
|
|
*.exe
|
|
*.exe~
|
|
ansibletui
|
|
ansibletui-linux
|
|
annsibletui-linux
|
|
|
|
# Local tooling
|
|
.claude/
|
|
tools.yaml
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of go coverage tool
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|