mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 15:04:42 +00:00
Add Go-based TUI tools for Windows: - cmd/analyze: Interactive disk space analyzer with Bubble Tea - cmd/status: Real-time system health monitor using gopsutil/WMI - bin/analyze.ps1: Wrapper script for analyze tool - bin/status.ps1: Wrapper script for status tool - Makefile: Build automation for Go tools - Updated README.md with Phase 3 documentation
17 lines
169 B
Plaintext
17 lines
169 B
Plaintext
# Windows Mole - .gitignore
|
|
|
|
# Build artifacts
|
|
bin/*.exe
|
|
|
|
# Go build cache
|
|
.gocache/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# Test artifacts
|
|
*.test
|
|
coverage.out
|