From cd91e6e7db7f8d4269060a229668e06edbbdddb3 Mon Sep 17 00:00:00 2001 From: Guts Date: Fri, 30 Aug 2019 13:17:14 +0200 Subject: [PATCH] extend gitignore --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/.gitignore b/.gitignore index 894a44c..c196250 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,40 @@ venv.bak/ # mypy .mypy_cache/ + +############# +## Custom +############# + +# API +client_secrets*.json +!tests/fixtures/client_secrets*.json +secret.ini +*env* +!.env.example + +# samples +isogeo_pysdk/samples/_output/* +isogeo_pysdk/samples/*.json +isogeo_pysdk/samples/*.xml + +# virtual environments +*venv* +virtenv*/ +virtualenv/ +*.pypirc + +# tests +junit/* +.pytest_cache/ + +# logs +*.log.* + +# PTVS +*.ptvs +*.vs + +*_wip* +*.xlsx +