- System protection script with custom enhancements and TUI interface - Browser tab limiting and application-specific monitoring - AI behavior learning and predictive analysis - Terminal-based configuration interface - Multi-distro installation support
28 lines
240 B
Plaintext
28 lines
240 B
Plaintext
# Logs
|
|
*.log
|
|
*.log.*
|
|
/var/log/pc-monitor*
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
/tmp/pc-monitor*
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# Test outputs
|
|
test-output/
|
|
debug/ |