Skip to content

Commit bf5ef17

Browse files
authored
cleanup: remove ML artifacts and update gitignore (#1385)
Removed ~86M of untracked ML/video processing artifacts (~/, frames/, mlruns/, output/) and inactive mcp-dashboard-go directory. Updated .gitignore to prevent future accumulation of experiment tracking and output files.
1 parent 783c15b commit bf5ef17

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,12 @@ mcp/clients/
8686
# MCP server convenience symlinks (setup-generated executables)
8787
mcp/servers/*/git_mcp_server.py
8888

89+
# Video processing artifacts
90+
frames/
91+
92+
# ML experiment tracking
93+
mlruns/
94+
95+
# General output directory
96+
output/
97+

0 commit comments

Comments
 (0)