From 4837619119f3b39148ec0a93596f62b178a27d99 Mon Sep 17 00:00:00 2001 From: Jean Njoroge Date: Tue, 27 Feb 2018 19:49:49 -0600 Subject: [PATCH] update --- .DS_Store | Bin 0 -> 6148 bytes .gitignore | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 .DS_Store create mode 100644 .gitignore diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..75dc66f22dbeb77c2ac99470bb21069cb407fd06 GIT binary patch literal 6148 zcmeHKOHRW;41EKUTEwPHmbpT25LM}xO)fxbN!z-BY}Vfma`prz7C2yW za{dt>@PrC2c35G5V!c9*hEXfr6B|5Zzpkdmve|5pt~}tiY4W^m4@=GV=X`2@nPI1>;RsfI1l#$ucnNWLuAfGCgiO(U zXTTZgGjOTHiRAw|KbgTIzaQcwXTTZwV+@2OFY*~LWx4g+^(5D(Y0fnQqDo{ literal 0 HcmV?d00001 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72364f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,89 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover +.hypothesis/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# IPython Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# dotenv +.env + +# virtualenv +venv/ +ENV/ + +# Spyder project settings +.spyderproject + +# Rope project settings +.ropeproject