Skip to content

Add results directory structure for project outputs#1

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/create-results-directories
Draft

Add results directory structure for project outputs#1
Copilot wants to merge 2 commits into
mainfrom
copilot/create-results-directories

Conversation

Copilot AI commented Oct 25, 2025

Copy link
Copy Markdown

Creates standardized directory structure for storing ML project outputs: metrics, plots, samples, and model checkpoints.

Changes

  • Added results/{metrics,plots,samples,checkpoint} directory structure with .gitkeep files for version control tracking
  • Updated .gitignore to exclude result files while preserving directory structure:
    results/**/*
    !results/**/.gitkeep

This allows the project to store outputs locally without polluting the repository with generated artifacts.

Original prompt

mkdir -p results/{metrics,plots,samples,checkpoint}


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: harz05 <73985490+harz05@users.noreply.github.com>
Copilot AI changed the title [WIP] Add command to create results directories Add results directory structure for project outputs Oct 25, 2025
Copilot AI requested a review from harz05 October 25, 2025 13:39
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