17 lines
218 B
Plaintext
17 lines
218 B
Plaintext
# ---> JupyterNotebooks
|
|
# gitignore template for Jupyter Notebooks
|
|
# website: http://jupyter.org/
|
|
|
|
.ipynb_checkpoints
|
|
*/.ipynb_checkpoints/*
|
|
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
/train/
|
|
/test/
|
|
|
|
__pycache__/
|
|
|