Working on a data science project is almost always equivalent to an amazing clutter in the working directory. Data scientists would most likely have the following materials dumped in their project working directory:
Given a project, Data Scientists follows these steps to tackle it;

Workflow of data science work

  1. Requirements gathering
  2. ETL data from sources using python, R or scala
  3. Data calibration
     - perform descriptive statistics on data to validate whether it reflects business facts. This takes sometime, even on collaborative environment where business and data scientists are working closely. In addition, data calibration is also needed to further verify business facts.
  4. Data Science and Insights Generation
     - with data validated and calibrated, A Data Scientist can now start working on generating insights - producing notebooks, scripts or scala jars. Notes, journal articles and other references will add to the clutter in the working directory.
  5. Visualization and Reports creation
     - reports for business are consolidated in a presentation from outputs of various visualization tools (png files, tableau workbooks)
  6. PySpark or Spark jobs sources for operationalization 
    - if the study is to be operationalized, prototypes are built as Data Engineers guide.
  7. Different activities necessary for the above steps, inevitably clutters the project directory.

De-clutter working directories

This is the directory heirarchy I have for every data science project:

Version Control

I use git to manage versions and changes. A .gitignore file which ignores everything except for the main directories above keeps accidental inclusion of files not intended for commit to the remote repo.
Here’s my .gitignore file.
/*
**/.DS_Store
**/.ipynb_checkpoints
**/*.log
repo/src/python/lib/
!/resources
!/notebooks
!/repo
!/ansible
!/data
!/.gitignore

Tools

End Notes

How are you de-cluttering your working directory? Get the workspace template here. Feel free to comment and improve.
References:
Banner Image source: https://hortonworks.com/products/partner-solutions/data-science/