Remove auto-generated training config files from repository#45
Conversation
There was a problem hiding this comment.
Hi @Copilot! 👋
Your private repo does not have access to Sourcery.
Please upgrade to continue using Sourcery ✨
Co-authored-by: Bryan-Roe <74067792+Bryan-Roe@users.noreply.github.com>
There was a problem hiding this comment.
Hi @Bryan-Roe! 👋
Your private repo does not have access to Sourcery.
Please upgrade to continue using Sourcery ✨
There was a problem hiding this comment.
Pull request overview
This PR cleans up the repository by removing 22 auto-generated temporary files that should never have been committed. The changes include removing 21 timestamped autotrain configuration files containing hardcoded local paths, one empty placeholder file, and updating .gitignore to prevent future commits of auto-generated configs.
Changes:
- Removed 21
autotrain_autogen_YYYYMMDD_HHMMSS.yamlfiles with hardcoded local paths (e.g.,C:/Users/Bryan/OneDrive/AI/datasets/) - Removed empty
quantum_autorun.yamlplaceholder file from root directory - Updated
.gitignoreto excludeautotrain_autogen_*.yamlpattern
Reviewed changes
Copilot reviewed 21 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
autotrain_autogen_20251128_155329.yaml |
Auto-generated training config with timestamp - correctly removed |
autotrain_autogen_20251125_004210.yaml |
Auto-generated training config with timestamp - correctly removed |
autotrain_autogen_20251124_215919.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_200606.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_200414.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_200353.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_172559.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_172515.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_172043.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_172030.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_171830.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_171705.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_171042.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_170910.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_170646.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_170505.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_165710.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_165629.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_165435.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_165037.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
autotrain_autogen_20251124_164817.yaml |
Auto-generated config with hardcoded Windows path - correctly removed |
quantum_autorun.yaml |
Empty placeholder file that acts as flag to enable quantum automation - CRITICAL issue |
.gitignore |
Added pattern to prevent future auto-generated config commits - good addition |
The repository contained 22 auto-generated temporary files that should never have been committed.
Changes
autotrain_autogen_YYYYMMDD_HHMMSS.yamlfiles - Temporary training configurations with hardcoded local paths (e.g.,C:/Users/Bryan/OneDrive/AI/datasets/)quantum_autorun.yaml- Zero-byte placeholder file.gitignore- Addedautotrain_autogen_*.yamlpattern to prevent future commitsImpact
Root directory reduced from 64 to 42 items. Future auto-generated configs will be automatically excluded.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.