Add gitignore file
authorWilliam Deegan <bill@baddogconsulting.com>
Thu, 21 Sep 2017 14:54:48 +0000 (10:54 -0400)
committerWilliam Deegan <bill@baddogconsulting.com>
Sun, 24 Sep 2017 19:20:05 +0000 (12:20 -0700)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..50e717a
--- /dev/null
@@ -0,0 +1,34 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+build/**
+bootstrap/**
+.idea/
+
+
+# Translations
+*.mo
+*.pot
+
+
+# Environments
+.env
+.venv
+env/
+venv/
+ENV/
+env.bak/
+venv.bak/
+
+
+
+# mypy
+.mypy_cache/
+