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

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
__pycache__/ __pycache__/
.DS_Store .DS_Store
monitoring.db monitoring.db
*.log

File diff suppressed because one or more lines are too long