From 5bcc1ed9df4e7a6b8086cac3f25a466aee3bebcd Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 16 Jun 2018 17:52:31 +0200 Subject: Add first structure of the application --- src/.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/.gitignore (limited to 'src/.gitignore') diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..1d9734b --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,14 @@ +.venv/ + +*.pyc +__pycache__/ + +instance/ + +.pytest_cache/ +.coverage +htmlcov/ + +dist/ +build/ +*.egg-info/ -- cgit v1.2.1