Browse Source

Initial commit

master
Chris Yealy 2 years ago
commit
32209373be
2 changed files with 17 additions and 0 deletions
  1. +14
    -0
      .gitignore
  2. +3
    -0
      README.md

+ 14
- 0
.gitignore View File

@ -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/

+ 3
- 0
README.md View File

@ -0,0 +1,3 @@
# jenn-learning
Teach jenn coding with python

Loading…
Cancel
Save