From bcde164af6aeccc13ee77c0b5e505399994095d3 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 8 Jul 2019 15:46:39 +0200 Subject: Initial commit All code are mainly copied then adjusted from https://git.neodarz.net/pro/liberationCenter.git/ --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d9734b --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +.venv/ + +*.pyc +__pycache__/ + +instance/ + +.pytest_cache/ +.coverage +htmlcov/ + +dist/ +build/ +*.egg-info/ -- cgit v1.2.1