#ignore the data file
data/

#ignore all shell scripts
*.sh

#ignore todos.txt
*/todos.txt

#ignore log outputs
*.log

#ignore cache
src/__pycache__/
src/.ipynb_checkpoints/

#DS_store
.DS_Store

