From 77b7aaf1e3d7d4fb14e8ce24356c620831142959 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Wed, 20 Mar 2019 22:14:17 +0100 Subject: [PATCH] Initial commit --- .gitignore | 26 ++++++++++++++++++++++++++ README.md | 0 2 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..058ad98 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Python / Django +*.log +*.pot +*.pyc +__pycache__/ +local_settings.py +db.sqlite3 + +# C extensions +*.so + +# Environments +.python-version +.env +.venv +env/ +venv/ + +# Distribution / packaging +.Python +build/ +dist/ + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29