From d2b53d04d6cc26e131380629622466cd9ddb4509 Mon Sep 17 00:00:00 2001 From: Peter Koomen Date: Wed, 30 Sep 2020 10:11:39 -0700 Subject: [PATCH] Update gitignore --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f16789b --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Python +.env +.pyc +venv +__pycache__ +build/ + +# Anaconda +envs +.conda +.cache + +# OS X Artifacts +.DS_Store + +# Publishing Artifacts +artifacts + +# IPython +.ipynb_checkpoints +.ipython +.jupyter +.local + +# NPM +.npm +.config + +# Frontend Ignores +node_modules +.next +.now