From eb98f903635b2b10cc40271e58591e522226784d Mon Sep 17 00:00:00 2001
From: Kyle K <kylek389@gmail.com>
Date: Sun, 26 Mar 2017 22:03:45 -0500
Subject: initial commit

---
 .gitignore | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 .gitignore

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..caa80f4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+# If you need to exclude files such as those generated by an IDE, use
+# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
+# described in https://git-scm.com/docs/gitignore
+
+*.egg-info
+*.pot
+*.py[co]
+.tox/
+__pycache__
+MANIFEST
+dist/
+docs/_build/
+docs/locale/
+node_modules/
+tests/coverage_html/
+tests/.coverage
+build/
+tests/report/
+
+Include/
+Lib/
+Scripts/
+
+.idea/
+
+db.sqlite3
-- 
cgit v1.2.3