From 847b5a560c1a426b9b82412490e88650100c6275 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Tue, 14 Jun 2016 03:36:23 +0000 Subject: [PATCH] Add .gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4805622 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Django stuff: +*.log +local_settings.py + +# Sphinx documentation +docs/_build/