chore: Clean up project structure

- Removed `monitoring_data.json` as it has been replaced by `monitoring.db`.
- Updated `.gitignore` to ignore log files.
This commit is contained in:
2025-09-15 13:14:29 -05:00
parent 07c768a4cf
commit 0f0bdd2da7
2 changed files with 2 additions and 1748688 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
*.pyc
__pycache__/
.DS_Store
monitoring.db
monitoring.db
*.log