chore: clean up root directory and remove build artifacts

Remove temporary and build files from repository root:
- Deleted .DS_Store (macOS system file)
- Deleted coverage.out (test coverage report)
- Deleted api-server binary (should not be in git)
- Deleted data_manager binary (should not be in git)
- Removed .local-artifacts/ directory (local test artifacts)

These files are either:
- Generated during build/test (should be in .gitignore)
- System files (should be ignored)
- Binary artifacts (should be built, not committed)

Repository root is now cleaner with only source code and configuration.
This commit is contained in:
Jeremie Fraeys 2026-02-18 16:43:44 -05:00
parent 7880ea8d79
commit 64e306bd72
No known key found for this signature in database

Binary file not shown.