Skip to content

Remove obsolete repository artifacts - #15

Merged
codoom1 merged 1 commit into
mainfrom
agent/cleanup-repository
Jul 25, 2026
Merged

Remove obsolete repository artifacts#15
codoom1 merged 1 commit into
mainfrom
agent/cleanup-repository

Conversation

@codoom1

@codoom1 codoom1 commented Jul 25, 2026

Copy link
Copy Markdown
Owner

What changed

  • removes the tracked .DS_Store
  • removes the obsolete backup/ application and duplicate environment samples
  • removes unused recommendation-history JSON dumps
  • removes an unreferenced alternate model database
  • removes the duplicate linear_regression_backup diagnostic asset tree
  • expands .gitignore for backup directories, history dumps, old source files, and backup-suffixed artifacts

Why

These files were historical copies, local output, OS metadata, or duplicated generated assets. None were referenced by the running application. Keeping them on main increased repository and deployment noise and made it easier to accidentally commit future local artifacts.

The canonical .env.example remains because it contains placeholders only and documents the Vercel, PostgreSQL, email, and OpenAI configuration.

Impact

This removes 32 obsolete tracked files and more than 12,000 lines without changing application behavior. Active diagnostic assets, deployment configuration, tests, documentation, and the canonical environment example remain intact.

Validation

  • searched application references before every removal
  • scanned tracked files for API-key and private-key patterns
  • python -m pytest -q tests/ — 128 passed
  • git diff --check — passed

@vercel

vercel Bot commented Jul 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
statistical-model-suggester Ready Ready Preview, Comment Jul 25, 2026 12:08am

@codoom1
codoom1 marked this pull request as ready for review July 25, 2026 00:19
Copilot AI review requested due to automatic review settings July 25, 2026 00:19
@codoom1
codoom1 merged commit 1548809 into main Jul 25, 2026
7 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants