Main capstone project - Initial Repo
BRANCHES
/team-1-capstone-project │ ├── /data # Keep raw data here (or point to cloud storage paths) ├── /notebooks # The "Antigravity" notebooks for exploration │ ├── 01_data_audit.ipynb │ ├── 02_feature_engineering.ipynb │ └── 03_modeling_insights.ipynb ├── /models # Exported models or schema definitions ├── /docs # Brief business narratives or stakeholder decks ├── .gitignore # Crucial: ignore data/ and .env ├── README.md # The project compass (let me know if you want a template) └── requirements.txt # Keep it minimal