A short description of your project goes here.
conda env create -f environment.yml
conda activate project-managementproject-management/
├── data/ # Raw and processed data
├── docs/ # Documentation
├── results/ # Output results and figures
├── scripts/ # Runnable scripts
├── src/ # Source code / reusable modules
├── tests/ # Unit tests
├── .gitignore
├── environment.yml
└── README.md