From 10d9b894f59a37c024fbac47f54b9df7551fe455 Mon Sep 17 00:00:00 2001 From: Gabe Ortiz Date: Wed, 30 Dec 2020 10:27:16 -0700 Subject: [PATCH] add gitignore --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96defe5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +#secrets +.env + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST