1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# OSX
.DS_Store

# Python
__pycache__/
*.pyc
src.egg-info

# PyCharm
.idea

# Jupyter Notebook
.ipynb_checkpoints