2024-09-18 20:19:44 +04:00
|
|
|
# ---> JupyterNotebooks
|
|
|
|
# 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/
|
|
|
|
|
2024-09-19 22:12:39 +04:00
|
|
|
# virtual
|
|
|
|
/aimenv
|
|
|
|
|