Files
frank a4c8fb91f6 Add compliance scanning, run history, host details, config git integration, and test suite
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>
2026-05-24 20:41:38 -04:00

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