From 6eea80c4a23c7e4a2b8898591c4c8bb35d478ad8 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Tue, 11 Jun 2019 00:24:11 +0300 Subject: [PATCH] Add .gitignore --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b958e48 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +.idea +apierrors/errors +static/build.json +static/dashboard/node_modules +static/webapp/node_modules +static/webapp/.git +*.pyc +__pycache__ +.ropeproject +test-reports +.pytest_cache +venv +*.noseids +build +*.egg-info +.cache +.mypy_cache +dist +code.tar.gz +server/schema/services/_cache.json