Skip to content

Add standard research project structure - #1

Draft
GonzVerse with Copilot wants to merge 2 commits into
mainfrom
copilot/standard-project-structure
Draft

GonzVerse with Copilot wants to merge 2 commits into
mainfrom
copilot/standard-project-structure

Conversation

Copilot AI commented Feb 13, 2026

Copy link
Copy Markdown

Repository had no organizational structure. Adds standard layout for research projects.

Structure

  • src/ - Source code and modules
  • data/ - Datasets (raw/processed)
  • notebooks/ - Jupyter notebooks
  • docs/ - Documentation
  • tests/ - Test files
  • scripts/ - Utility scripts
  • results/ - Experimental outputs

Files

  • .gitignore - Python patterns (venv, notebooks, models, logs)
  • requirements.txt - Core dependencies (numpy, pandas, matplotlib, jupyter, pytest)
  • README.md - Each directory includes purpose and guidelines

Main README updated with structure overview and setup instructions.

Original prompt

standard project structure


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

Co-authored-by: GonzVerse <196229690+GonzVerse@users.noreply.github.com>
Copilot AI changed the title [WIP] Add standard project structure Add standard research project structure Feb 13, 2026
Copilot AI requested a review from GonzVerse February 13, 2026 20:49
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