
### JupyterNotebooks template
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

.ipynb_checkpoints
*/.ipynb_checkpoints/*

# IPython
profile_default/
ipython_config.py

# Remove previous ipynb_checkpoints
#   git rm -r .ipynb_checkpoints/

### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*$py.class
*.py[cod]
.idea

### Prd template
# Prd build files
prd/


### Build template
# Build directories
.build/
dist/
eggs/
parts/
bin/
var/
sdist/