From 69adea32064bb7d160e8dedaf6eb4aebc99487ce Mon Sep 17 00:00:00 2001 From: Aaron Valoroso Date: Tue, 17 Jul 2018 16:49:08 -0500 Subject: [PATCH] Create .gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..264ba98 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +## Ignore Mac OS Stuff +.DS_Store + +## Python Stuff +__pycache__ +.pytest_cache/ +*.pyc +.ipynb_checkpoints + +## Random +.cache +.idea +*.egg +.eggs/ +.egg-info/