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:
parent
7880ea8d79
commit
64e306bd72
1 changed files with 0 additions and 0 deletions
BIN
data_manager
BIN
data_manager
Binary file not shown.
Loading…
Reference in a new issue