Files
LLM-Powered-Monitoring-Agent/.gitignore
Spencer 0f0bdd2da7 chore: Clean up project structure
- Removed `monitoring_data.json` as it has been replaced by `monitoring.db`.
- Updated `.gitignore` to ignore log files.
2025-09-15 13:14:29 -05:00

6 lines
49 B
Plaintext
Executable File

*.pyc
__pycache__/
.DS_Store
monitoring.db
*.log