Initial commit

main
gdkar 2 years ago
commit 2f7270f28a

14
.gitignore vendored

@ -0,0 +1,14 @@
# ---> 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/

@ -0,0 +1,3 @@
# external-docs
repo for externally visible documentation and files
Loading…
Cancel
Save